diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2009-06-06 08:20:56 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2009-06-06 08:20:56 +0000 |
commit | 9a677f2d953a22199af1bac140a115167517c88b (patch) | |
tree | 4f7c8493b33675a4a8a261c6a5ffc53366b458aa /usr.sbin/ripd/control.h | |
parent | 045b3dc7bf2a43657be65eef5452117f1e25c416 (diff) |
make ripctl/ripd imsg-in-a-lib ready too.
ok pyr@
Diffstat (limited to 'usr.sbin/ripd/control.h')
-rw-r--r-- | usr.sbin/ripd/control.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ripd/control.h b/usr.sbin/ripd/control.h index 6d372673006..23240d367ae 100644 --- a/usr.sbin/ripd/control.h +++ b/usr.sbin/ripd/control.h @@ -1,4 +1,4 @@ -/* $OpenBSD: control.h,v 1.1 2006/10/18 16:11:58 norby Exp $ */ +/* $OpenBSD: control.h,v 1.2 2009/06/06 08:20:55 eric Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -35,7 +35,7 @@ enum blockmodes { struct ctl_conn { TAILQ_ENTRY(ctl_conn) entry; - struct imsgbuf ibuf; + struct imsgev iev; }; int control_init(void); |