This commit is contained in:
dockes 2009-11-18 13:46:15 +00:00
parent 8118002942
commit 289810e299

View File

@ -59,7 +59,7 @@ static RclMonitor *makeMonitor();
while we create the watches)*/
class WalkCB : public FsTreeWalkerCB {
public:
WalkCB(RclConfig *conf, RclMonitor *mon, RclMonEventQueue *queue
WalkCB(RclConfig *conf, RclMonitor *mon, RclMonEventQueue *queue,
FsTreeWalker& walker)
: m_config(conf), m_mon(mon), m_queue(queue), m_walker(walker)
{}