Class: DTAS::Watchable::InotifyReadableIter::InotifyEvent
- Inherits:
-
Struct
- Object
- Struct
- DTAS::Watchable::InotifyReadableIter::InotifyEvent
- Defined in:
- lib/dtas/watchable/fiddle_ino.rb
Overview
struct inotify_event {
int wd; /* Watch descriptor */
uint32_t mask; /* Mask describing event */
uint32_t cookie; /* Unique cookie associating related
events (for rename(2)) */
uint32_t len; /* Size of name field */
char name[]; /* Optional null-terminated name */
Instance Attribute Summary collapse
-
#cookie ⇒ Object
Returns the value of attribute cookie.
-
#len ⇒ Object
Returns the value of attribute len.
-
#mask ⇒ Object
Returns the value of attribute mask.
-
#name ⇒ Object
Returns the value of attribute name.
-
#wd ⇒ Object
Returns the value of attribute wd.
Instance Attribute Details
#cookie ⇒ Object
Returns the value of attribute cookie
37 38 39 |
# File 'lib/dtas/watchable/fiddle_ino.rb', line 37 def @cookie end |
#len ⇒ Object
Returns the value of attribute len
37 38 39 |
# File 'lib/dtas/watchable/fiddle_ino.rb', line 37 def len @len end |
#mask ⇒ Object
Returns the value of attribute mask
37 38 39 |
# File 'lib/dtas/watchable/fiddle_ino.rb', line 37 def mask @mask end |
#name ⇒ Object
Returns the value of attribute name
37 38 39 |
# File 'lib/dtas/watchable/fiddle_ino.rb', line 37 def name @name end |
#wd ⇒ Object
Returns the value of attribute wd
37 38 39 |
# File 'lib/dtas/watchable/fiddle_ino.rb', line 37 def wd @wd end |