]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- new link "option" constant: CONN_ISCLOSING
authorAlexander Barton <alex@barton.de>
Fri, 21 Feb 2003 19:18:48 +0000 (19:18 +0000)
committerAlexander Barton <alex@barton.de>
Fri, 21 Feb 2003 19:18:48 +0000 (19:18 +0000)
src/ngircd/conn.h

index e9ca711dfac0b4d24477798844aaeef3398a6472..2194f5371d1edfecf75e35d5993545d92a1bb869 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: conn.h,v 1.29 2002/12/30 17:14:59 alex Exp $
+ * $Id: conn.h,v 1.30 2003/02/21 19:18:48 alex Exp $
  *
  * Connection management (header)
  */
 #define __conn_h__
 
 
-#include <time.h>                      /* wg. time_t, s.u. */
+#include <time.h>                      /* fro time_t, see below */
 
 
+#define CONN_ISCLOSING 1               /* Conn_Close() already called */
+
 #ifdef USE_ZLIB
-#define CONN_ZIP 4                     /* Kompression mit zlib */
+#define CONN_ZIP 2                     /* zlib compressed link */
 #endif