Date: Fri, 4 Oct 2002 02:58:17 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sbuf.h src/sys/kern subr_sbuf.c src/share/man/man9 sbuf.9 Message-ID: <200210040958.g949wH4k068039@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/10/04 02:58:17 PDT Modified files: sys/sys sbuf.h sys/kern subr_sbuf.c share/man/man9 sbuf.9 Log: 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. Revision Changes Path 1.19 +5 -0 src/share/man/man9/sbuf.9 1.21 +10 -0 src/sys/kern/subr_sbuf.c 1.13 +1 -0 src/sys/sys/sbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210040958.g949wH4k068039>