diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-24 09:14:35 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-24 09:14:35 +0000 |
commit | a0a42860d214974f2706d2a47203af9bc884f512 (patch) | |
tree | 74152b852ad2e5f9f4b1fd20ff015b4f51d47a95 /gmid.h | |
parent | 9fda962861db6c2322384e64fc737f25d4314d66 (diff) |
send host addresses to the server process
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |