diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-10-19 14:15:15 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-10-19 14:15:15 +0000 |
commit | 5dadb529d1957791b0125d38afebaeb53427fb8d (patch) | |
tree | 801e57fed074112458c77c12c8050255c41a44b2 /usr.sbin/hoststated/hoststated.h | |
parent | 1919128b52ab85cdce80c42468da3dd2c2e24cc8 (diff) |
Move relays from static TAILQs to allocated ones.
This syncs it with other hoststated entities and will make reload easier.
This is step 1 out of 7 for reload.
Diffstat (limited to 'usr.sbin/hoststated/hoststated.h')
-rw-r--r-- | usr.sbin/hoststated/hoststated.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hoststated/hoststated.h b/usr.sbin/hoststated/hoststated.h index cc20e904474..2197cd61c70 100644 --- a/usr.sbin/hoststated/hoststated.h +++ b/usr.sbin/hoststated/hoststated.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hoststated.h,v 1.69 2007/10/19 12:08:55 pyr Exp $ */ +/* $OpenBSD: hoststated.h,v 1.70 2007/10/19 14:15:14 pyr Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -585,7 +585,7 @@ struct hoststated { struct tablelist *tables; struct servicelist *services; struct protolist protos; - struct relaylist relays; + struct relaylist *relays; u_int16_t prefork_relay; char demote_group[IFNAMSIZ]; u_int16_t id; |