From 2e45a5a7776b79732cd500c7462574f8fbe7ca23 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 27 Jul 2013 16:40:52 +0200 Subject: fix inotify race condition --- distfoldd/watcher.h | 1 + 1 file changed, 1 insertion(+) (limited to 'distfoldd/watcher.h') diff --git a/distfoldd/watcher.h b/distfoldd/watcher.h index 861248e..74a9162 100644 --- a/distfoldd/watcher.h +++ b/distfoldd/watcher.h @@ -22,6 +22,7 @@ private slots: private: QStringList scanDirs(const QDir& dir); + void addWatches(const QStringList &paths); void addWatch(const QString& path); void removeWatch(const QString& path); void removeWatch(int wd); -- cgit v1.2.3