src/sock_gnutls.h
changeset 12 4147fae232d9
parent 5 a09a0797f6f0
child 28 9c1050bc8709
--- a/src/sock_gnutls.h	Sat Feb 28 17:39:37 2009 +0200
+++ b/src/sock_gnutls.h	Sat Feb 28 18:48:10 2009 +0200
@@ -31,6 +31,9 @@
 
     /* The GnuTLS session for this connection */
     gnutls_session_t session;
+
+    /* The current event_enable mask */
+    int ev_mask;
 };
 
 #define SOCK_GNUTLS_BASE(sock_ptr) (&(sock_ptr)->base_tcp.base)