mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 05:38:18 +00:00
add hiredis-vip to controller build
This commit is contained in:
@ -740,6 +740,11 @@ void PostgreSQL::_membersWatcher_RabbitMQ() {
|
||||
}
|
||||
}
|
||||
|
||||
void PostgreSQL::_membersWatcher_Reids() {
|
||||
char buff[11] = {0};
|
||||
|
||||
}
|
||||
|
||||
void PostgreSQL::networksDbWatcher()
|
||||
{
|
||||
PGconn *conn = getPgConn(NO_OVERRIDE);
|
||||
@ -844,6 +849,10 @@ void PostgreSQL::_networksWatcher_RabbitMQ() {
|
||||
}
|
||||
}
|
||||
|
||||
void PostgreSQL::_networksWatcher_Redis() {
|
||||
|
||||
}
|
||||
|
||||
void PostgreSQL::commitThread()
|
||||
{
|
||||
PGconn *conn = getPgConn();
|
||||
|
Reference in New Issue
Block a user