Now that TLS (and soon SASL) is below the socket layer, we need to
[samba-svnmirror.git] / source / lib / socket / socket.h
index fefa999e08195a0d9e6678db089724cde8ec8248..c0cf429887c3e0ecc57ee01c44b8927ef346d7e6 100644 (file)
@@ -102,6 +102,7 @@ enum socket_state {
 #define SOCKET_FLAG_BLOCK        0x00000001
 #define SOCKET_FLAG_PEEK         0x00000002
 #define SOCKET_FLAG_TESTNONBLOCK 0x00000004
+#define SOCKET_FLAG_FAKE         0x00000008 /* This is an implementation not directly on top of a real socket */
 
 struct socket_context {
        enum socket_type type;