Add MIT-licensed Joyent http-parser lib to ext/ for use with new control plane.
This commit is contained in:
parent
7ee1a1151f
commit
96737368aa
7 changed files with 2842 additions and 2 deletions
|
@ -98,7 +98,7 @@ public:
|
|||
public:
|
||||
DBC(SqliteNetworkConfigMaster &nc) : _p(&nc) { nc._lock.lock(); }
|
||||
~DBC() { _p->_lock.unlock(); }
|
||||
inline sqlite3 *operator*() { return _p->_db; }
|
||||
inline sqlite3 *operator*() const throw() { return _p->_db; }
|
||||
private:
|
||||
SqliteNetworkConfigMaster *const _p;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue