diff options
author | Omar Polo <op@omarpolo.com> | 2023-07-26 07:55:51 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-07-26 07:55:51 +0000 |
commit | cba01a868748013f838c28ad8005c8377160c76f (patch) | |
tree | be2f2316b9e3cc9a5a4daf34d6f936ca0016ef5a /gmid.h | |
parent | a84492b75fb7c7e1a9986f7f1f70384243406c3a (diff) |
rename IMSG_LOG_TYPE to ACCESS
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -329,7 +329,7 @@ struct connreq { enum imsg_type { IMSG_LOG_REQUEST, - IMSG_LOG_TYPE, + IMSG_LOG_ACCESS, IMSG_RECONF_START, IMSG_RECONF_MIME, |