ask only for agents of type AGENT_TYPE_VOXEL_SERVER

This commit is contained in:
Stephen Birarda 2013-06-07 15:29:26 -07:00
parent d33f3e43bd
commit 4715dbf412

View file

@ -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) {