Changeset 29352 in vbox for trunk/src/VBox/Main/linux
- Timestamp:
- May 11, 2010 1:23:15 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61457
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/HostHardwareLinux.cpp
r29085 r29352 1300 1300 } 1301 1301 1302 /** The flags we pass to inotify - modify, create, delete */ 1303 #define IN_FLAGS 0x302 1302 /** The flags we pass to inotify - modify, create, delete, change permissions 1303 */ 1304 #define IN_FLAGS 0x306 1304 1305 1305 1306 bool inotifyWatch::handle(const char *pcszPath)
Note:
See TracChangeset
for help on using the changeset viewer.