diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-05-29 19:05:14 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-05-29 19:05:14 +0000 |
commit | 6ab39b7291506826df1ff11f5a8b4725439cd2a8 (patch) | |
tree | 3c5e8b5ac5a647cb9c1bc1131bb896085e2c79fa | |
parent | c9fecc724e368dcbf0ab512215c848379e299203 (diff) |
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 }; |