Network preferred relay stuff in netconf controller.
This commit is contained in:
parent
8a13cfdace
commit
ed107c4daf
4 changed files with 35 additions and 3 deletions
|
@ -81,6 +81,7 @@ private:
|
|||
sqlite3_stmt *_sCheckIfIpIsAllocated;
|
||||
sqlite3_stmt *_sAllocateIp;
|
||||
sqlite3_stmt *_sCacheNetconf;
|
||||
sqlite3_stmt *_sGetRelays;
|
||||
|
||||
Mutex _lock;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue