svn commit: r274510 - projects/sendfile/sys/kern
Gleb Smirnoff
glebius at FreeBSD.org
Fri Nov 14 15:45:17 UTC 2014
Author: glebius
Date: Fri Nov 14 15:45:16 2014
New Revision: 274510
URL: https://svnweb.freebsd.org/changeset/base/274510
Log:
Document sbready().
Modified:
projects/sendfile/sys/kern/uipc_sockbuf.c
Modified: projects/sendfile/sys/kern/uipc_sockbuf.c
==============================================================================
--- projects/sendfile/sys/kern/uipc_sockbuf.c Fri Nov 14 15:44:19 2014 (r274509)
+++ projects/sendfile/sys/kern/uipc_sockbuf.c Fri Nov 14 15:45:16 2014 (r274510)
@@ -68,6 +68,9 @@ static u_long sb_efficiency = 8; /* para
static struct mbuf *sbcut_internal(struct sockbuf *sb, int len);
static void sbflush_internal(struct sockbuf *sb);
+/*
+ * Mark ready "count" mbufs starting with "m".
+ */
int
sbready(struct sockbuf *sb, struct mbuf *m, int count)
{
More information about the svn-src-projects
mailing list