diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2016-09-09 08:01:46 (GMT) |
---|---|---|
committer | Tobias Hunger <tobias.hunger@qt.io> | 2016-09-29 19:47:05 (GMT) |
commit | 262500028cb5e6c278cbc0f0a2694b50833dc3ec (patch) | |
tree | 4bf82f767fb7b1870714c041dc9e64ea68c30210 /Source/cmServerProtocol.h | |
parent | 0d96e1932937b866343ae8b52c20e0a8c058f3b2 (diff) | |
download | CMake-262500028cb5e6c278cbc0f0a2694b50833dc3ec.zip CMake-262500028cb5e6c278cbc0f0a2694b50833dc3ec.tar.gz CMake-262500028cb5e6c278cbc0f0a2694b50833dc3ec.tar.bz2 |
server-mode: Report watched files to client
* Add a command to report watched files and directories to clients.
Diffstat (limited to 'Source/cmServerProtocol.h')
-rw-r--r-- | Source/cmServerProtocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmServerProtocol.h b/Source/cmServerProtocol.h index 586efff..c516d68 100644 --- a/Source/cmServerProtocol.h +++ b/Source/cmServerProtocol.h @@ -117,6 +117,7 @@ private: cmServerResponse ProcessConfigure(const cmServerRequest& request); cmServerResponse ProcessGlobalSettings(const cmServerRequest& request); cmServerResponse ProcessSetGlobalSettings(const cmServerRequest& request); + cmServerResponse ProcessFileSystemWatchers(const cmServerRequest& request); enum State { |