Searched refs:announce_port (Results 1 – 1 of 1) sorted by relevance
246 int announce_port; /* Port that is gossiped to other sentinels if member490 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() local2582 announce_port = sentinel.announce_port ? in sentinelSendHello()2583 sentinel.announce_port : server.port; in sentinelSendHello()2589 announce_ip, announce_port, sentinel.myid, in sentinelSendHello()