From 73fe495cffb7eae3f68df3d3598b0f83df81b79a Mon Sep 17 00:00:00 2001 From: paulo Date: Mon, 14 Dec 2009 17:38:26 +0000 Subject: Using message queue to send commands from cli thread to bgp thread. --- lib/command.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/command.h') diff --git a/lib/command.h b/lib/command.h index 1275efee..e4d51ee9 100644 --- a/lib/command.h +++ b/lib/command.h @@ -343,7 +343,8 @@ extern char **cmd_complete_command (vector, struct vty *, int *status); extern const char *cmd_prompt (enum node_type); extern int config_from_file (struct vty *, FILE *); extern enum node_type node_parent (enum node_type); -extern int cmd_execute_command (vector, struct vty *, struct cmd_element **, int); +extern int cmd_execute_command (vector, struct vty *, struct cmd_element **, + qpn_nexus, int); extern int cmd_execute_command_strict (vector, struct vty *, struct cmd_element **); extern void config_replace_string (struct cmd_element *, char *, ...); extern void cmd_init (int); -- cgit v1.2.3