DELETE function in network controller JSON API, and a newIdentity convenience request in ControlPlane for scripted testing.

This commit is contained in:
Adam Ierymenko 2015-05-16 13:42:53 -07:00
parent 78769900a9
commit 0bb92715f4
3 changed files with 53 additions and 0 deletions

View file

@ -120,6 +120,8 @@ private:
sqlite3_stmt *_sDeleteRulesForNetwork;
sqlite3_stmt *_sCreateIpAssignmentPool;
sqlite3_stmt *_sUpdateMemberField;
sqlite3_stmt *_sDeleteMember;
sqlite3_stmt *_sDeleteNetworkAndRelated;
Mutex _lock;
};