Changeset 496 for trunk/include
- Timestamp:
- Dec 7, 2015, 7:04:28 PM (9 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_inotify.h
r481 r496 45 45 void sh_inotify_remove(sh_watches * watches); 46 46 void sh_inotify_init(sh_watches * watches); 47 void sh_inotify_close(); 47 48 48 49 char * sh_inotify_search_item(sh_watches * watches, int watch, -
trunk/include/sh_modules.h
r259 r496 7 7 enum 8 8 { 9 SH_MODFL_NOTIMER = (1 << 0) 9 SH_MODFL_NOTIMER = (1 << 0), 10 SH_MODFL_NEEDPAUSED = (1 << 1), 11 SH_MODFL_ISPAUSED = (1 << 2) 10 12 }; 11 13
Note:
See TracChangeset
for help on using the changeset viewer.