Chronoshare should still watch the filesystem even the connection is closed.
Used only one ioService to control connection and file watch
Change-Id: Ib54d5f839acecc89f7f2391bb8b2590eac362ffe
diff --git a/wscript b/wscript
index 5a9ebf4..78b5cd3 100644
--- a/wscript
+++ b/wscript
@@ -92,21 +92,12 @@
target="chronoshare",
features=['cxx'],
source=bld.path.ant_glob(['src/*.proto',
- 'src/db-helper.cpp',
- 'src/sync-*.cpp',
- 'src/file-state.cpp',
- 'src/action-log.cpp',
- 'src/object-*.cpp',
- 'src/fetch*.cpp',
- 'src/content-server.cpp',
- 'src/dispatcher.cpp',
- 'src/state-server.cpp'
+ 'src/*.cpp',
]),
use='core-objects adhoc NDN_CXX BOOST TINYXML SQLITE3',
includes="src",
export_includes="src",
)
- Logs.error("Most of Chronoshare source compilation is temporary disabled")
fs_watcher = bld(
features=['qt5', 'cxx'],