aboutsummaryrefslogtreecommitdiffstats
path: root/nsh-plugin/nsh/nsh_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'nsh-plugin/nsh/nsh_test.c')
-rw-r--r--nsh-plugin/nsh/nsh_test.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/nsh-plugin/nsh/nsh_test.c b/nsh-plugin/nsh/nsh_test.c
index 85b48d7..c35ea46 100644
--- a/nsh-plugin/nsh/nsh_test.c
+++ b/nsh-plugin/nsh/nsh_test.c
@@ -86,7 +86,7 @@ _(NSH_ADD_DEL_ENTRY_REPLY, nsh_add_del_entry_reply) \
_(NSH_ENTRY_DETAILS, nsh_entry_details) \
_(NSH_ADD_DEL_MAP_REPLY, nsh_add_del_map_reply) \
_(NSH_MAP_DETAILS, nsh_map_details) \
-_(CONTROL_PING_REPLY, control_ping_reply)
+_(NSH_CONTROL_PING_REPLY, nsh_control_ping_reply)
/* M: construct, but don't yet send a message */
@@ -126,8 +126,8 @@ do { \
} while(0);
-static void vl_api_control_ping_reply_t_handler
-(vl_api_control_ping_reply_t * mp)
+static void vl_api_nsh_control_ping_reply_t_handler
+(vl_api_nsh_control_ping_reply_t * mp)
{
vat_main_t * vam = &vat_main;
i32 retval = ntohl(mp->retval);
@@ -139,8 +139,8 @@ static void vl_api_control_ping_reply_t_handler
}
}
-static void vl_api_control_ping_reply_t_handler_json
-(vl_api_control_ping_reply_t * mp)
+static void vl_api_nsh_control_ping_reply_t_handler_json
+(vl_api_nsh_control_ping_reply_t * mp)
{
vat_main_t * vam = &vat_main;
i32 retval = ntohl(mp->retval);