Class: FFI::Libfuse::FusePollHandle

Inherits:
Object
  • Object
show all
Extended by:
DataConverter
Defined in:
lib/ffi/libfuse/fuse_poll_handle.rb

Overview

TODO:

build a filsystem that uses poll and implement an appropriate ruby interface

struct fuse_poll_handle

Instance Method Summary collapse

Instance Method Details

#notify_pollObject Also known as: notify, fuse_notify_poll



52
53
54
# File 'lib/ffi/libfuse/fuse_poll_handle.rb', line 52

def notify_poll
  Libfuse.fuse_notify_poll(ph)
end