mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 05:13:58 -07:00
fix include
This commit is contained in:
parent
ab208bb8f9
commit
564d29e445
1 changed files with 68 additions and 69 deletions
|
@ -2,7 +2,7 @@
|
||||||
* See LICENSE.txt in nonfree/
|
* See LICENSE.txt in nonfree/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include "DB.hpp"
|
#include "DB.hpp"
|
||||||
|
|
||||||
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
||||||
|
|
||||||
|
@ -19,9 +19,8 @@ include "DB.hpp"
|
||||||
#include <pqxx/pqxx>
|
#include <pqxx/pqxx>
|
||||||
#include <redis++/redis++.h>
|
#include <redis++/redis++.h>
|
||||||
|
|
||||||
namespace ZeroTier
|
namespace ZeroTier {
|
||||||
{
|
class CV2 : public DB {
|
||||||
class CV2 : public DB {
|
|
||||||
friend class MemberNotificationReceiver<CV2>;
|
friend class MemberNotificationReceiver<CV2>;
|
||||||
friend class NetworkNotificationReceiver<CV2>;
|
friend class NetworkNotificationReceiver<CV2>;
|
||||||
|
|
||||||
|
@ -92,7 +91,7 @@ include "DB.hpp"
|
||||||
|
|
||||||
int _listenPort;
|
int _listenPort;
|
||||||
uint8_t _ssoPsk[48];
|
uint8_t _ssoPsk[48];
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace ZeroTier
|
} // namespace ZeroTier
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue