diff options
author | Omar Polo <op@omarpolo.com> | 2021-07-19 07:31:40 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-19 07:31:40 +0000 |
commit | 41395640e09aac151159bfd8cf33ed4f32725157 (patch) | |
tree | 9a3913cabce31b886ae7a5baaadb4e92a7512279 /gmid.h | |
parent | 2b5e2a5f04b4447a13b5468f6bdfe133a91b8063 (diff) |
introduce IMSG_LOG_REQUEST
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -302,6 +302,7 @@ enum imsg_type { IMSG_FCGI_REQ, IMSG_FCGI_FD, IMSG_LOG, + IMSG_LOG_REQUEST, IMSG_LOG_TYPE, IMSG_QUIT, }; |