diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-11-19 15:31:37 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-11-19 15:31:37 +0000 |
commit | b886e6eb26b09014dbe87f17b003be41abbbe05f (patch) | |
tree | cce1a39126eb85d420913a6a05e205a20aa0dd68 /usr.sbin/relayd/pfe.c | |
parent | 4e72c0c8f690ef1ad70ff2ae6306e3f7857c68fc (diff) |
spacing
Diffstat (limited to 'usr.sbin/relayd/pfe.c')
-rw-r--r-- | usr.sbin/relayd/pfe.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/relayd/pfe.c b/usr.sbin/relayd/pfe.c index 465763103da..0fabf35b329 100644 --- a/usr.sbin/relayd/pfe.c +++ b/usr.sbin/relayd/pfe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfe.c,v 1.41 2007/11/15 17:02:01 pyr Exp $ */ +/* $OpenBSD: pfe.c,v 1.42 2007/11/19 15:31:36 reyk Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -275,7 +275,7 @@ pfe_dispatch_imsg(int fd, short event, void *ptr) for (n = 0; n < env->prefork_relay; n++) imsg_compose(&ibuf_relay[n], IMSG_HOST_STATUS, 0, 0, -1, &st, - sizeof(st)); + sizeof(st)); if ((table = table_find(env, host->conf.tableid)) == NULL) @@ -803,7 +803,7 @@ enable_host(struct ctl_conn *c, struct ctl_id *id) host->flags &= ~(F_DEL); host->flags &= ~(F_ADD); - imsg_compose(ibuf_hce, IMSG_HOST_ENABLE, 0, 0, -1, + imsg_compose(ibuf_hce, IMSG_HOST_ENABLE, 0, 0, -1, &host->conf.id, sizeof (host->conf.id)); /* Forward to relay engine(s) */ for (n = 0; n < env->prefork_relay; n++) @@ -883,7 +883,7 @@ pfe_sync(void) * clean up change flag. */ table->conf.flags &= ~(F_CHANGED); - + /* * handle demotion. */ |