added a merger thread

Wow! I can create a file in repo a, and it instantly* shows up in repo b!

* under 1 second anyway
This commit is contained in:
Joey Hess 2012-06-22 17:01:08 -04:00
parent e9630e90de
commit e699ce1841
4 changed files with 112 additions and 26 deletions

View file

@ -20,3 +20,6 @@ data WatchHooks = WatchHooks
, delDirHook :: Hook FilePath
, errHook :: Hook String -- error message
}
mkWatchHooks :: WatchHooks
mkWatchHooks = WatchHooks Nothing Nothing Nothing Nothing Nothing