diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-12-07 17:17:02 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-12-07 17:17:02 +0000 |
commit | d75f94d842d2ecbea5f31fb27532593b5021098d (patch) | |
tree | 093dc9b59b19f2b44a28f93174f16cf495744d98 /usr.sbin/relayd/imsg.c | |
parent | 91575290236879ecd46b2dc81b12488680ed3e22 (diff) |
hoststated gets renamed to relayd. easier to type, and actually says
what the daemon does - it is a relayer that pays attention to the status
of pools of hosts; not a status checkers that happens to do some relaying
Diffstat (limited to 'usr.sbin/relayd/imsg.c')
-rw-r--r-- | usr.sbin/relayd/imsg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/relayd/imsg.c b/usr.sbin/relayd/imsg.c index bac50e2007a..b3c751405db 100644 --- a/usr.sbin/relayd/imsg.c +++ b/usr.sbin/relayd/imsg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: imsg.c,v 1.9 2007/11/24 17:07:28 reyk Exp $ */ +/* $OpenBSD: imsg.c,v 1.10 2007/12/07 17:17:00 reyk Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -31,7 +31,7 @@ #include <openssl/ssl.h> -#include "hoststated.h" +#include "relayd.h" void imsg_init(struct imsgbuf *ibuf, int fd, void (*handler)(int, short, void *)) |