mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-05 13:20:29 +00:00
- new link "option" constant: CONN_ISCLOSING
This commit is contained in:
parent
560c79615c
commit
2a3f8cc57d
@ -8,7 +8,7 @@
|
|||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
* Please read the file COPYING, README and AUTHORS for more information.
|
* 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)
|
* Connection management (header)
|
||||||
*/
|
*/
|
||||||
@ -18,11 +18,13 @@
|
|||||||
#define __conn_h__
|
#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
|
#ifdef USE_ZLIB
|
||||||
#define CONN_ZIP 4 /* Kompression mit zlib */
|
#define CONN_ZIP 2 /* zlib compressed link */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user