mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-23 09:25:32 +00:00
Add MIT-licensed Joyent http-parser lib to ext/ for use with new control plane.
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user