Report controllerInstanceId in all objects so that controller resets can be easily detected by whatever is using the service.
This commit is contained in:
parent
cac6be87ba
commit
649a12472b
2 changed files with 19 additions and 15 deletions
|
@ -96,6 +96,7 @@ private:
|
|||
std::string &responseContentType);
|
||||
|
||||
std::string _dbPath;
|
||||
std::string _instanceId;
|
||||
sqlite3 *_db;
|
||||
|
||||
sqlite3_stmt *_sGetNetworkById;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue