Code

frontend: Send connection-related log messages to the client.
[sysdb.git] / src / include / frontend / proto.h
index fd78c26cf61833bd5ac07cc40a17217982c71fdb..af336d535f6bfb91bf2bf93e18c98fe8b7994390 100644 (file)
@@ -35,7 +35,9 @@ extern "C" {
 /* status codes returned to a client */
 typedef enum {
        CONNECTION_OK = 0,
-       CONNECTION_ERROR
+       CONNECTION_ERROR,
+
+       CONNECTION_LOG,
 } sdb_conn_status_t;
 
 /* accepted commands / state of the connection */