Added online status for connectors.

This commit is contained in:
Thulinma 2012-08-15 02:34:41 +02:00
parent c978cf3ae6
commit 1c3b01a243

View file

@ -170,6 +170,7 @@ void CheckProtocols(JSON::Value & p){
}
counter = counter.asInt() + 1;
new_connectors[std::string("Conn")+counter.asString()] = tmp;
(*ait)["online"] = Util::Procs::isActive(std::string("Conn")+counter.asString());
}
//shut down deleted/changed connectors