Author: adrian
Date: Fri Jan 17 05:15:44 2014
New Revision: 260805
URL: http://svnweb.freebsd.org/changeset/base/260805
Log:
Add in a default initialiser for the EVOPS_SENDFILE kqueue filterops.
Sponsored by: Netflix, Inc.
Modified:
head/sys/kern/kern_event.c
Modified: head/sys/kern/kern_event.c
==============================================================================
--- head/sys/kern/kern_event.c Fri Jan 17 05:13:08 2014 (r260804)
+++ head/sys/kern/kern_event.c Fri Jan 17 05:15:44 2014 (r260805)
@@ -294,6 +294,7 @@ static struct {
{ &fs_filtops }, /* EVFILT_FS */
{ &null_filtops }, /* EVFILT_LIO */
{ &user_filtops }, /* EVFILT_USER */
+ { &null_filtops }, /* EVFILT_SENDFILE */
};
/*
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"