diff options
author | root <root> | 2007-11-28 11:15:55 +0000 |
---|---|---|
committer | root <root> | 2007-11-28 11:15:55 +0000 |
commit | 4ebe9e295b974622f802229ca8e371ee6df9525a (patch) | |
tree | 0c3f1d6e3809cd03135b74017e13dd5c653301c3 /ev_wrap.h | |
parent | 69279317e8626dfa1b0d6719ac4e0d68d525645b (diff) |
experimental, and likely broken, inotify support
Diffstat (limited to 'ev_wrap.h')
-rw-r--r-- | ev_wrap.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -54,3 +54,6 @@ #define forks ((loop)->forks) #define forkmax ((loop)->forkmax) #define forkcnt ((loop)->forkcnt) +#define fs_fd ((loop)->fs_fd) +#define fs_w ((loop)->fs_w); +#define fs_hash ((loop)->fs_hash) |