Home
last modified time | relevance | path

Searched refs:announce_port (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c246 int announce_port; /* Port that is gossiped to other sentinels if member
490 sentinel.announce_port = 0; in initSentinel()
1739 sentinel.announce_port = atoi(argv[1]); in sentinelHandleConfiguration()
1906 if (sentinel.announce_port) { in rewriteConfigSentinelOption()
1908 sentinel.announce_port); in rewriteConfigSentinelOption()
2567 int announce_port; in sentinelSendHello() local
2582 announce_port = sentinel.announce_port ? in sentinelSendHello()
2583 sentinel.announce_port : server.port; in sentinelSendHello()
2589 announce_ip, announce_port, sentinel.myid, in sentinelSendHello()