diff options
author | root <root> | 2007-11-28 11:41:18 +0000 |
---|---|---|
committer | root <root> | 2007-11-28 11:41:18 +0000 |
commit | 4e62f1267caf106a83789131419fc7d2853bcd4f (patch) | |
tree | 05fbba3fcd74f6527c157570c09b1153be689a41 /ev_vars.h | |
parent | 966d5d144261f49787f7f7bfe95ff35181cc9af5 (diff) |
libevent integration
Diffstat (limited to 'ev_vars.h')
-rw-r--r-- | ev_vars.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ VARx(int, forkcnt) #if EV_USE_INOTIFY || EV_GENWRAP VARx(int, fs_fd) -VARx(ev_io, fs_w); +VARx(ev_io, fs_w) VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE]) #endif |