Mercurial > hg > easyhg
comparison src/fswatcher.cpp @ 619:4f7ca2d192df
Merge
author | Chris Cannam |
---|---|
date | Tue, 03 Jul 2012 20:10:04 +0100 |
parents | 10ef94e51f44 |
children | ae67ea0af696 |
comparison
equal
deleted
inserted
replaced
618:54ca6a0e9aef | 619:4f7ca2d192df |
---|---|
26 #include "fswatcher.h" | 26 #include "fswatcher.h" |
27 #include "debug.h" | 27 #include "debug.h" |
28 | 28 |
29 #include <deque> | 29 #include <deque> |
30 | 30 |
31 #define DEBUG_FSWATCHER 1 | 31 //#define DEBUG_FSWATCHER 1 |
32 | 32 |
33 /* | 33 /* |
34 * Watching the filesystem is trickier than it seems at first glance. | 34 * Watching the filesystem is trickier than it seems at first glance. |
35 * | 35 * |
36 * We ideally should watch every directory, and every file that is | 36 * We ideally should watch every directory, and every file that is |