module SleepyPenguin::Ev

Constants in the SleepyPenguin::Ev namespace are for the flags field in Kevent structs.

Constants

ADD

See EV_ADD in the kevent(2) man page

CLEAR

See EV_CLEAR in the kevent(2) man page

DELETE

vnode was removed

DISABLE

See EV_DISABLE in the kevent(2) man page

DISPATCH

See EV_DISPATCH in the kevent(2) man page

ENABLE

See EV_ENABLE in the kevent(2) man page

EOF

See EV_EOF in the kevent(2) man page

ERROR

This is a return value in the proc passed to kevent

ONESHOT

See EV_ONESHOT in the kevent(2) man page

RECEIPT

See EV_RECEIPT in the kevent(2) man page