1 # This class represents a "struct kevent" structure for Ruby.
2 # This may be passed to Kqueue::IO#kevent as either a single element
3 # or as an element inside an array to inject changes into the kevent
5 class SleepyPenguin::Kevent < Struct.new(:ident, :filter, :flags,
6 :fflags, :data, :udata)