diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2009-11-02 07:09:37 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-11-02 07:09:37 +0000 |
commit | dfb37f5194640d9659c92db8e16c0bd4c15e39ca (patch) | |
tree | ddf8dc54b4f130691e5d3297526db8e1170b4e33 /net/openbgpd/files/patch-bgpd_imsg.h | |
parent | Update dictionary as of Nov/1/2009. (diff) |
Update to 20091022 snapshot.
Diffstat (limited to 'net/openbgpd/files/patch-bgpd_imsg.h')
-rw-r--r-- | net/openbgpd/files/patch-bgpd_imsg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/openbgpd/files/patch-bgpd_imsg.h b/net/openbgpd/files/patch-bgpd_imsg.h index a81694fd3793..d0efb9046949 100644 --- a/net/openbgpd/files/patch-bgpd_imsg.h +++ b/net/openbgpd/files/patch-bgpd_imsg.h @@ -3,8 +3,8 @@ Index: bgpd/imsg.h RCS file: bgpd/imsg.h diff -N bgpd/imsg.h --- /dev/null 1 Jan 1970 00:00:00 -0000 -+++ bgpd/imsg.h 9 Jul 2009 16:49:54 -0000 1.1.1.1 -@@ -0,0 +1,108 @@ ++++ bgpd/imsg.h 22 Oct 2009 14:24:02 -0000 1.1.1.2 +@@ -0,0 +1,109 @@ +/* $OpenBSD: imsg.h,v 1.3 2009/06/07 05:56:24 eric Exp $ */ + +/* @@ -97,6 +97,7 @@ diff -N bgpd/imsg.h +void msgbuf_init(struct msgbuf *); +void msgbuf_clear(struct msgbuf *); +int msgbuf_write(struct msgbuf *); ++void msgbuf_drain(struct msgbuf *, size_t); + +/* imsg.c */ +void imsg_init(struct imsgbuf *, int); |