X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Finclude%2Ffrontend%2Fproto.h;h=af336d535f6bfb91bf2bf93e18c98fe8b7994390;hp=fd78c26cf61833bd5ac07cc40a17217982c71fdb;hb=ac07692583601db96dc0a655158e78a1cbbbfcfd;hpb=840ccffd2fbeb0277b1637941f396ce023dcec3d diff --git a/src/include/frontend/proto.h b/src/include/frontend/proto.h index fd78c26..af336d5 100644 --- a/src/include/frontend/proto.h +++ b/src/include/frontend/proto.h @@ -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 */