Home
last modified time | relevance | path

Searched refs:update_Collector (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/openbmp/openbmp-0.14.0/Server/src/kafka/
H A DMsgBusImpl_kafka.h58 void update_Collector(struct obj_collector &c_obj, collector_action_code action_code);
H A DMsgBusImpl_kafka.cpp425 void msgBus_kafka::update_Collector(obj_collector &c_object, collector_action_code action_code) { in update_Collector() function in msgBus_kafka
/dports/net-mgmt/openbmp/openbmp-0.14.0/Server/src/
H A DMsgBusInterface.hpp419 … virtual void update_Collector(struct obj_collector &c_obj, collector_action_code action_code) = 0;
H A Dopenbmp.cpp393 kafka->update_Collector(oc, code); in collector_update_msg()