From 041744fb06bf373fce99290374078eda8ce54601 Mon Sep 17 00:00:00 2001 From: rpannell Date: Mon, 5 Oct 2015 11:44:14 -0400 Subject: [PATCH] [PR] Updated list of sentinel commands: announce-ip and announce-port. --- src/Win32_Interop/Win32_CommandLine.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Win32_Interop/Win32_CommandLine.cpp b/src/Win32_Interop/Win32_CommandLine.cpp index 6132874f..a69de90f 100644 --- a/src/Win32_Interop/Win32_CommandLine.cpp +++ b/src/Win32_Interop/Win32_CommandLine.cpp @@ -292,7 +292,9 @@ public: { "current-epoch", &fp1 }, // sentinel current-epoch { "leader-epoch", &fp2 }, // sentinel leader-epoch [name] [epoch] { "known-slave", &fp3 }, // sentinel known-slave - { "known-sentinel", &fp4 } // sentinel known-sentinel [runid] + { "known-sentinel", &fp4 }, // sentinel known-sentinel [runid] + { "announce-ip", &fp1 }, // sentinel announce-ip + { "announce-port", &fp1 } // sentinel announce-port }; }