Copyright | (c) Vincent Hanquez 2014-2017 |
---|---|
License | BSD-style |
Maintainer | Vincent Hanquez |
Stability | provisional |
Portability | non-portable (requires Linux) |
Safe Haskell | None |
Language | Haskell2010 |
Functions defined only for linux
Documentation
type CInotifyFlags = CInt Source #
type CInotifyMask = CInt Source #
type CWatchDescriptor = CInt Source #
sysLinuxInotifyInit :: CInotifyFlags -> IO CFd Source #
sysLinuxInotifyAddWatch :: CFd -> Ptr CChar -> CInotifyMask -> IO CWatchDescriptor Source #
sysLinuxInotifyRmWatch :: CFd -> CWatchDescriptor -> IO Int Source #