mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
mac deps
This commit is contained in:
parent
8f3a0b17ad
commit
d699116795
53 changed files with 434 additions and 15121 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
#define ZT_CENTRAL_CONTROLLER_COMMIT_THREADS 4
|
||||
|
||||
#include <redis++/redis++.h>
|
||||
|
||||
extern "C" {
|
||||
typedef struct pg_conn PGconn;
|
||||
}
|
||||
|
@ -98,6 +100,8 @@ private:
|
|||
int _listenPort;
|
||||
|
||||
RedisConfig *_rc;
|
||||
sw::redis::Redis *_redis;
|
||||
sw::redis::RedisCluster *_cluster;
|
||||
};
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue