]> granicus.if.org Git - pdns/commitdiff
dnsdist: add topSlow() to the completion rules
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 8 Jan 2016 08:56:04 +0000 (09:56 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 8 Jan 2016 09:17:53 +0000 (10:17 +0100)
Closes #3188.

pdns/dnsdist-console.cc

index 70b1276a03f236ddbfca78c057b4dd511323d3d9..e5aa6e282955e5ecfed504ecd30af7dba1df5e6f 100644 (file)
@@ -211,7 +211,8 @@ char* my_generator(const char* text, int state)
       "showDNSCryptBinds()", "showDynBlocks()", "showResponseLatency()", "showRules()",
       "showServerPolicy()", "showServers()", "shutdown()", "SpoofAction(",
       "TCAction(", "testCrypto()", "topBandwidth(", "topClients(",
-      "topQueries(", "topResponses(", "topRule()", "truncateTC(",
+      "topQueries(", "topResponses(", "topRule()", "topSlow(",
+      "truncateTC(",
       "webserver(", "whashed", "wrandom" };
   static int s_counter=0;
   int counter=0;