aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-07-19 07:31:40 +0000
committerOmar Polo <op@omarpolo.com>2021-07-19 07:31:40 +0000
commit41395640e09aac151159bfd8cf33ed4f32725157 (patch)
tree9a3913cabce31b886ae7a5baaadb4e92a7512279 /gmid.h
parent2b5e2a5f04b4447a13b5468f6bdfe133a91b8063 (diff)
introduce IMSG_LOG_REQUEST
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gmid.h b/gmid.h
index def5176..34da70c 100644
--- a/gmid.h
+++ b/gmid.h
@@ -302,6 +302,7 @@ enum imsg_type {
IMSG_FCGI_REQ,
IMSG_FCGI_FD,
IMSG_LOG,
+ IMSG_LOG_REQUEST,
IMSG_LOG_TYPE,
IMSG_QUIT,
};