From 4715dbf412663b5ddd18488655e50d5b6a55d9fe Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 7 Jun 2013 15:29:26 -0700 Subject: [PATCH] ask only for agents of type AGENT_TYPE_VOXEL_SERVER --- animation-server/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/animation-server/src/main.cpp b/animation-server/src/main.cpp index 3134488157..c02e8e8383 100644 --- a/animation-server/src/main.cpp +++ b/animation-server/src/main.cpp @@ -714,6 +714,7 @@ int main(int argc, const char * argv[]) ssize_t receivedBytes; timeval lastDomainServerCheckIn = {}; + AgentList::getInstance()->setAgentTypesOfInterest(&AGENT_TYPE_VOXEL_SERVER, 1); // loop to send to agents requesting data while (true) {