DELETE function in network controller JSON API, and a newIdentity convenience request in ControlPlane for scripted testing.
This commit is contained in:
parent
78769900a9
commit
0bb92715f4
3 changed files with 53 additions and 0 deletions
|
@ -120,6 +120,8 @@ private:
|
|||
sqlite3_stmt *_sDeleteRulesForNetwork;
|
||||
sqlite3_stmt *_sCreateIpAssignmentPool;
|
||||
sqlite3_stmt *_sUpdateMemberField;
|
||||
sqlite3_stmt *_sDeleteMember;
|
||||
sqlite3_stmt *_sDeleteNetworkAndRelated;
|
||||
|
||||
Mutex _lock;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue