repo.or.cz
/
sleepy_penguin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
preliminary kqueue support
[sleepy_penguin.git]
/
lib
/
sleepy_penguin
/
kevent.rb
blob
5b3dca96dd001842b2ff0b0c0afb81150006d31b
1
class SleepyPenguin::Kevent < Struct.new(:ident, :filter, :flags,
2
:fflags, :data, :udata)
3
end