Update of /srv/cvs/ngircd/ngircd/src/ngircd In directory Arthur:/tmp/cvs-serv31242/src/ngircd
Modified Files: conn-func.h conn.h Log Message: conn.h: option filed in CONNECTION struct is now UINT16. conn-func.h: add accessor Macros
Conn_OPTION_ADD( conn, CONN_OPTION ) Conn_OPTION_DEL( conn, CONN_OPTION ) Conn_OPTION_ISSET( conn, CONN_OPTION )
To add, remove or test for a certain option field attribute (e.g. CONN_ISCLOSING) These Macros should be used instead of accessing conn->options directly.
Diff omitted, please use cvs directly or the web frontend located at http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/.