r24712: No longer expose the 'BOOL' data type in any interfaces.
[samba.git] / source4 / smbd / service_stream.h
index a027adf6cc527a74dcfc6c330dd9d04d89b23044..49869d8eed35d31a8203b42f0b32ec345596dbed 100644 (file)
@@ -47,7 +47,7 @@ struct stream_connection {
        struct socket_context *socket;
        struct messaging_context *msg_ctx;
 
-       BOOL processing;
+       bool processing;
        const char *terminate;
 };