diff options
author | 2007-05-29 19:05:13 +0000 | |
---|---|---|
committer | 2007-05-29 19:05:13 +0000 | |
commit | 4ef114e3b6c7e9e5cc8de40e68352784505e14e9 (patch) | |
tree | 89af5d2b2c1e963ad81cff1cfe19d4abc3332e95 | |
parent | Die Die Die wt. (diff) | |
download | wireguard-openbsd-4ef114e3b6c7e9e5cc8de40e68352784505e14e9.tar.xz wireguard-openbsd-4ef114e3b6c7e9e5cc8de40e68352784505e14e9.zip |
put the reload imsg types in right now. it makes my life easier.
-rw-r--r-- | usr.sbin/hoststated/hoststated.h | 13 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.h | 13 |
2 files changed, 24 insertions, 2 deletions
diff --git a/usr.sbin/hoststated/hoststated.h b/usr.sbin/hoststated/hoststated.h index ed8cde04204..5361acbc55d 100644 --- a/usr.sbin/hoststated/hoststated.h +++ b/usr.sbin/hoststated/hoststated.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hoststated.h,v 1.48 2007/05/29 17:12:04 reyk Exp $ */ +/* $OpenBSD: hoststated.h,v 1.49 2007/05/29 19:05:13 pyr Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -125,6 +125,17 @@ enum imsg_type { IMSG_DEMOTE, IMSG_STATISTICS, IMSG_RECONF, /* reconfiguration notifies */ + IMSG_RECONF_TABLE, + IMSG_RECONF_SENDBUF, + IMSG_RECONF_HOST, + IMSG_RECONF_SERVICE, + IMSG_RECONF_VIRT, + IMSG_RECONF_PROTO, + IMSG_RECONF_REQUEST_TREE, + IMSG_RECONF_RESPONSE_TREE, + IMSG_RECONF_PNODE_KEY, + IMSG_RECONF_PNODE_VAL, + IMSG_RECONF_RELAY, IMSG_RECONF_END, IMSG_SCRIPT }; diff --git a/usr.sbin/relayd/relayd.h b/usr.sbin/relayd/relayd.h index 8c66b958485..7885db2f4a8 100644 --- a/usr.sbin/relayd/relayd.h +++ b/usr.sbin/relayd/relayd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: relayd.h,v 1.48 2007/05/29 17:12:04 reyk Exp $ */ +/* $OpenBSD: relayd.h,v 1.49 2007/05/29 19:05:13 pyr Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -125,6 +125,17 @@ enum imsg_type { IMSG_DEMOTE, IMSG_STATISTICS, IMSG_RECONF, /* reconfiguration notifies */ + IMSG_RECONF_TABLE, + IMSG_RECONF_SENDBUF, + IMSG_RECONF_HOST, + IMSG_RECONF_SERVICE, + IMSG_RECONF_VIRT, + IMSG_RECONF_PROTO, + IMSG_RECONF_REQUEST_TREE, + IMSG_RECONF_RESPONSE_TREE, + IMSG_RECONF_PNODE_KEY, + IMSG_RECONF_PNODE_VAL, + IMSG_RECONF_RELAY, IMSG_RECONF_END, IMSG_SCRIPT }; |