Changeset 667 for trunk/pdns/pdns/rec_channel_rec.cc
- Timestamp:
- 04/07/06 21:22:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/rec_channel_rec.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/rec_channel_rec.cc
r656 r667 140 140 addGetStat("noerror-answers", &g_stats.noErrors); 141 141 142 addGetStat("unauthorized-udp", &g_stats.unauthorizedUDP); 143 addGetStat("unauthorized-tcp", &g_stats.unauthorizedTCP); 144 142 145 addGetStat("answers0-1", &g_stats.answers0_1); 143 146 addGetStat("answers1-10", &g_stats.answers1_10);