Module: wine Branch: refs/heads/master Commit: e4faabfa64aa0c89db482fc780ed1a7f51efa53e URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=e4faabfa64aa0c89db482fc7...
Author: Mike McCormack mike@codeweavers.com Date: Tue Feb 21 16:58:19 2006 +0900
server: Track created and removed directories in the tree of inodes for inotify. Add them to or remove them from existing recursive watches.
---
dlls/ntdll/directory.c | 8 + include/wine/server_protocol.h | 3 server/change.c | 275 ++++++++++++++++++++++++++++++++++------ server/protocol.def | 1 server/trace.c | 1 5 files changed, 244 insertions(+), 44 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=e4faabfa64aa0c89db48...