Changeset 372 for trunk/src/sh_files.c
- Timestamp:
- Nov 1, 2011, 12:33:37 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_files.c
r371 r372 370 370 { 371 371 sh_inotify_add_watch_later(ptr->name, &sh_file_watches, NULL, 372 ptr->class, ptr->check_mask );372 ptr->class, ptr->check_mask, SH_INOTIFY_FILE); 373 373 } 374 374 … … 1907 1907 } 1908 1908 1909 if ((sh.flag.inotify & SH_INOTIFY_DOSCAN) != 0)1910 {1911 sh_inotify_add_watch_later(iname, &sh_file_watches, &status,1912 iclass, check_mask);1913 }1914 1915 1909 /* ---- stat the directory ---- 1916 1910 */ … … 1955 1949 } 1956 1950 1951 if ((sh.flag.inotify & SH_INOTIFY_DOSCAN) != 0) 1952 { 1953 sh_inotify_add_watch_later(iname, &sh_file_watches, &status, 1954 iclass, check_mask, SH_INOTIFY_DIR); 1955 } 1956 1957 1957 hardlink_num = theFile->hardlinks; 1958 1958
Note:
See TracChangeset
for help on using the changeset viewer.