commit | 0a30a0cfb6088a91a374812b82f7ed93b9c9be9d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 29 17:25:42 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 29 17:25:42 2013 -0800 |
tree | 0815dbeca3e9088ddc2c47f73786d91174f780a6 | |
parent | 9079a2d5a3ec3a948d40e085c1ebf3afb24462fc [diff] [blame] |
Deletion detection
diff --git a/cmd/csd.cc b/cmd/csd.cc index 3259e7a..a1d4d41 100644 --- a/cmd/csd.cc +++ b/cmd/csd.cc
@@ -53,8 +53,8 @@ FsWatcher watcher (path.c_str (), bind (&Dispatcher::Did_LocalFile_AddOrModify, &dispatcher, _1), - bind (&Dispatcher::Did_LocalFile_Delete, &dispatcher, _1)); - + bind (&Dispatcher::Did_LocalFile_Delete, &dispatcher, _1), + dispatcher.GetFileState ()); return app.exec (); }