diff options
Diffstat (limited to 'lib/command.c')
-rw-r--r-- | lib/command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c index 1fc85344..4057bcfc 100644 --- a/lib/command.c +++ b/lib/command.c @@ -54,7 +54,7 @@ Boston, MA 02111-1307, USA. */ vector node_vector = NULL ; /*============================================================================== - * Default motd string. + * Default motd string and debug hello message. */ static const char* default_motd = "\n" @@ -2285,6 +2285,7 @@ cmd_init (bool terminal) install_element (RESTRICTED_NODE, &show_thread_cpu_cmd); install_element (VIEW_NODE, &show_thread_cpu_cmd); install_element (ENABLE_NODE, &show_thread_cpu_cmd); + install_element (ENABLE_NODE, &clear_thread_cpu_cmd); install_element (VIEW_NODE, &show_work_queues_cmd); install_element (ENABLE_NODE, &show_work_queues_cmd); |