Changeset 364 for trunk/include
- Timestamp:
- Oct 21, 2011, 10:30:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_inotify.h
r363 r364 6 6 typedef struct 7 7 { 8 void * list_of_watches; 9 void * dormant_watches; 10 8 11 /* 9 void * list_of_watches;10 */11 12 12 int watch[SH_INOTIFY_MAX]; 13 13 int flag[SH_INOTIFY_MAX]; 14 14 char * file[SH_INOTIFY_MAX]; 15 */ 15 16 16 17 int count;
Note:
See TracChangeset
for help on using the changeset viewer.