summaryrefslogtreecommitdiffstats
path: root/sys/sys/sbuf.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-04 09:58:17 +0000
committerphk <phk@FreeBSD.org>2002-10-04 09:58:17 +0000
commitae4fc4e63ee57d562ca2d8a1983a0ca4720ab436 (patch)
tree769a78b7fdf83c2fefa71b0a4bfd162f398a203c /sys/sys/sbuf.h
parent3bf276fb33027a974490c4c9f1a20b2a406efc3a (diff)
downloadFreeBSD-src-ae4fc4e63ee57d562ca2d8a1983a0ca4720ab436.zip
FreeBSD-src-ae4fc4e63ee57d562ca2d8a1983a0ca4720ab436.tar.gz
Add the new function "sbuf_done()" which returns non-zero if the sbuf is
finished. This allows sbufs to be used for request/response scenarioes without needing additional communication flags. Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/sys/sbuf.h')
-rw-r--r--sys/sys/sbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/sbuf.h b/sys/sys/sbuf.h
index a63603e..606c1ca 100644
--- a/sys/sys/sbuf.h
+++ b/sys/sys/sbuf.h
@@ -70,6 +70,7 @@ int sbuf_overflowed(struct sbuf *);
void sbuf_finish(struct sbuf *);
char *sbuf_data(struct sbuf *);
int sbuf_len(struct sbuf *);
+int sbuf_done(struct sbuf *);
void sbuf_delete(struct sbuf *);
#ifdef _KERNEL
OpenPOWER on IntegriCloud