Add a concept of an "instanceId" to the controller, which the OnePoint can use to determine whether it is the same running database instance it already knows.
This commit is contained in:
parent
5ef806c43c
commit
5515909c1e
2 changed files with 34 additions and 4 deletions
|
@ -138,6 +138,8 @@ private:
|
|||
sqlite3_stmt *_sDeleteGateways;
|
||||
sqlite3_stmt *_sCreateGateway;
|
||||
sqlite3_stmt *_sIncrementMemberRevisionCounter;
|
||||
sqlite3_stmt *_sGetConfig;
|
||||
sqlite3_stmt *_sSetConfig;
|
||||
|
||||
Mutex _lock;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue