summaryrefslogtreecommitdiffstats
path: root/sys/sys/event.h
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2005-10-12 18:07:13 +0000
committerambrisko <ambrisko@FreeBSD.org>2005-10-12 18:07:13 +0000
commit5370b7c9a9a8b075983dd97ecb10605b8fab4262 (patch)
tree915315f33d2a543d8169bd079ceb4086b928049c /sys/sys/event.h
parenta7fa49849e4999c6870f19825548889481b6e952 (diff)
downloadFreeBSD-src-5370b7c9a9a8b075983dd97ecb10605b8fab4262.zip
FreeBSD-src-5370b7c9a9a8b075983dd97ecb10605b8fab4262.tar.gz
Use a better EVFILT_LIO description!
Submitted by: alc
Diffstat (limited to 'sys/sys/event.h')
-rw-r--r--sys/sys/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/event.h b/sys/sys/event.h
index ed4a613..5ea22db 100644
--- a/sys/sys/event.h
+++ b/sys/sys/event.h
@@ -38,7 +38,7 @@
#define EVFILT_TIMER (-7) /* timers */
#define EVFILT_NETDEV (-8) /* network devices */
#define EVFILT_FS (-9) /* filesystem events */
-#define EVFILT_LIO (-10) /* timers */
+#define EVFILT_LIO (-10) /* attached to lio requests */
#define EVFILT_SYSCOUNT 10
#define EV_SET(kevp_, a, b, c, d, e, f) do { \
OpenPOWER on IntegriCloud