mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 22:03:52 -07:00
Merge branch 'adam/1.16' of github.com:/zerotier/ZeroTierOne into adam/1.16
This commit is contained in:
commit
6bf7b4d9ba
1 changed files with 68 additions and 69 deletions
|
@ -2,7 +2,7 @@
|
|||
* See LICENSE.txt in nonfree/
|
||||
*/
|
||||
|
||||
include "DB.hpp"
|
||||
#include "DB.hpp"
|
||||
|
||||
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
||||
|
||||
|
@ -19,8 +19,7 @@ include "DB.hpp"
|
|||
#include <pqxx/pqxx>
|
||||
#include <redis++/redis++.h>
|
||||
|
||||
namespace ZeroTier
|
||||
{
|
||||
namespace ZeroTier {
|
||||
class CV2 : public DB {
|
||||
friend class MemberNotificationReceiver<CV2>;
|
||||
friend class NetworkNotificationReceiver<CV2>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue