]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/workqueue.c
Merge branch 'frr/pull/236' ("tools: frr-reload.py needs to treat "mpls" as a single...
[mirror_frr.git] / lib / workqueue.c
index 549bb2360aa433aa91a1973832356db547a653e4..51017b34ea71186695c6b479368b079beb684c79 100644 (file)
@@ -222,6 +222,12 @@ DEFUN (show_work_queues,
   return CMD_SUCCESS;
 }
 
+void
+workqueue_cmd_init (void)
+{
+  install_element (VIEW_NODE, &show_work_queues_cmd);
+}
+
 /* 'plug' a queue: Stop it from being scheduled,
  * ie: prevent the queue from draining.
  */