Changeset 481 for trunk/include/sh_inotify.h
- Timestamp:
- Jul 18, 2015, 5:06:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_inotify.h
r373 r481 32 32 33 33 int sh_inotify_add_watch(char * filename, sh_watches * watches, int * errnum, 34 int class, unsigned long check_ mask, int type, int rdepth);34 int class, unsigned long check_flags, int type, int rdepth); 35 35 36 36 int sh_inotify_add_watch_later(const char * filename, sh_watches * watches, 37 37 int * errnum, 38 int class, unsigned long check_ mask,38 int class, unsigned long check_flags, 39 39 int type, int rdepth); 40 40 41 41 char * sh_inotify_pop_dormant(sh_watches * watches, int * class, 42 unsigned long * check_ mask, int * type, int * rdepth);42 unsigned long * check_flags, int * type, int * rdepth); 43 43 44 44 void sh_inotify_purge_dormant(sh_watches * watches); … … 47 47 48 48 char * sh_inotify_search_item(sh_watches * watches, int watch, 49 int * class, unsigned long * check_ mask,49 int * class, unsigned long * check_flags, 50 50 int * type, int * rdepth); 51 51 ssize_t sh_inotify_read(char * buffer, size_t count);
Note:
See TracChangeset
for help on using the changeset viewer.