This commit is contained in:
Grant Limberg
2020-05-11 16:02:49 -07:00
parent 8f3a0b17ad
commit d699116795
53 changed files with 434 additions and 15121 deletions

View File

@@ -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