sizeof(rcode_to_msgcounter) / sizeof(rcode_to_msgcounter[0]);
Counters::Counters() :
- // size of server_msg_counter_, zone_msg_counters_: MSG_COUNTER_TYPES
- server_msg_counter_(MSG_COUNTER_TYPES),
- zone_msg_counters_(MSG_COUNTER_TYPES)
+ server_msg_counter_(MSG_COUNTER_TYPES)
{}
void
private:
// counter for DNS message attributes
isc::statistics::Counter server_msg_counter_;
- // set of counters for zones
- isc::statistics::CounterDictionary zone_msg_counters_;
void incRequest(const MessageAttributes& msgattrs);
void incResponse(const MessageAttributes& msgattrs,
const isc::dns::Message& response);