add hiredis-vip to controller build
This commit is contained in:
parent
32a78b5f61
commit
acb4ef0f12
48 changed files with 15788 additions and 5 deletions
|
@ -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();
|
||||
|
|
|
@ -64,6 +64,9 @@ private:
|
|||
void _networksWatcher_Postgres(PGconn *conn);
|
||||
void _networksWatcher_RabbitMQ();
|
||||
|
||||
void _membersWatcher_Reids();
|
||||
void _networksWatcher_Redis();
|
||||
|
||||
void commitThread();
|
||||
void onlineNotificationThread();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue