X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Finclude%2Ffrontend%2Fproto.h;fp=src%2Finclude%2Ffrontend%2Fproto.h;h=2fabad513b06e5c156c021617262606de628c7f2;hb=ccfc35aa9bef471b1cb76c33b3aca2b4874f982b;hp=feac94685356e1f3a0deccc782b341fd01312519;hpb=0ede4f54f0b667836ce133d4ae586334c53b0fe0;p=sysdb.git diff --git a/src/include/frontend/proto.h b/src/include/frontend/proto.h index feac946..2fabad5 100644 --- a/src/include/frontend/proto.h +++ b/src/include/frontend/proto.h @@ -85,14 +85,16 @@ typedef enum { /* * CONNECTION_LOG: * Indicates an asynchronous log message. The message body will contain - * the message string providing informational or warning logs. Log - * messages may be sent to the client any time. + * the log priority (see utils/error.h) and message. Log messages may be + * sent to the client any time. * * 0 32 64 * +---------------+---------------+ * | message type | length | * +---------------+---------------+ - * | log message ... | + * | log priority | log message | + * +---------------+ | + * | ... | */ CONNECTION_LOG,