This commit is contained in:
Grant Limberg 2020-05-11 16:02:49 -07:00
commit d699116795
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A
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