From 160e9f110073f4babdb4301d067ce67e282d8b6c Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 6 Mar 2013 14:55:44 -0800 Subject: [PATCH] mixer needs to report its local address as EC2 box --- mixer/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mixer/src/main.cpp b/mixer/src/main.cpp index 4d47405a2b..2d1ac025b5 100644 --- a/mixer/src/main.cpp +++ b/mixer/src/main.cpp @@ -200,8 +200,8 @@ void *reportAliveToDS(void *args) { gettimeofday(&lastSend, NULL); *output = 'M'; -// packSocket(output + 1, 895283510, htons(MIXER_LISTEN_PORT)); - packSocket(output + 1, 788637888, htons(MIXER_LISTEN_PORT)); + packSocket(output + 1, 895283510, htons(MIXER_LISTEN_PORT)); +// packSocket(output + 1, 788637888, htons(MIXER_LISTEN_PORT)); agentList.getAgentSocket().send(DOMAIN_IP, DOMAINSERVER_PORT, output, 7); double usecToSleep = 1000000 - (usecTimestampNow() - usecTimestamp(&lastSend));