aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-24 09:14:35 +0000
committerOmar Polo <op@omarpolo.com>2023-06-24 09:14:35 +0000
commita0a42860d214974f2706d2a47203af9bc884f512 (patch)
tree74152b852ad2e5f9f4b1fd20ff015b4f51d47a95 /gmid.h
parent9fda962861db6c2322384e64fc737f25d4314d66 (diff)
send host addresses to the server process
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 8947e68..04fee36 100644
--- a/gmid.h
+++ b/gmid.h
@@ -346,6 +346,7 @@ enum imsg_type {
IMSG_RECONF_CERT,
IMSG_RECONF_KEY,
IMSG_RECONF_OCSP,
+ IMSG_RECONF_HOST_ADDR,
IMSG_RECONF_LOC,
IMSG_RECONF_ENV,
IMSG_RECONF_ALIAS,