diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2009-06-06 08:09:44 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2009-06-06 08:09:44 +0000 |
commit | 045b3dc7bf2a43657be65eef5452117f1e25c416 (patch) | |
tree | 309662f2289ebe383ac921b7dbe85740b581643b /usr.sbin/ldpd/control.h | |
parent | d34138cae376a2b9b00d469124798b9fb695c64a (diff) |
make ldpd imsg-in-a-lib ready too.
Diffstat (limited to 'usr.sbin/ldpd/control.h')
-rw-r--r-- | usr.sbin/ldpd/control.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldpd/control.h b/usr.sbin/ldpd/control.h index 30de3762269..76a9b41afee 100644 --- a/usr.sbin/ldpd/control.h +++ b/usr.sbin/ldpd/control.h @@ -1,4 +1,4 @@ -/* $OpenBSD: control.h,v 1.1 2009/06/01 20:59:45 michele Exp $ */ +/* $OpenBSD: control.h,v 1.2 2009/06/06 08:09:43 pyr 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); |