--- projects/pystatgrab/statgrab.py 2004/03/20 21:29:59 1.1 +++ projects/pystatgrab/statgrab.py 2004/04/06 14:53:01 1.3 @@ -1,5 +1,5 @@ # -# i-scream central monitoring system +# i-scream pystatgrab # http://www.i-scream.org # Copyright (C) 2000-2004 i-scream # @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# $Id: statgrab.py,v 1.1 2004/03/20 21:29:59 tdb Exp $ +# $Id: statgrab.py,v 1.3 2004/04/06 14:53:01 tdb Exp $ # import _statgrab @@ -60,3 +60,7 @@ def statgrab_init(): return _statgrab.py_statgrab_init() def statgrab_drop_privileges(): return _statgrab.py_statgrab_drop_privileges() + +FULL_DUPLEX = _statgrab.py_FULL_DUPLEX +HALF_DUPLEX = _statgrab.py_HALF_DUPLEX +UNKNOWN_DUPLEX = _statgrab.py_UNKNOWN_DUPLEX