Convert message macro S to accept a message pointer parameter;
[vpp.git] / src / plugins / ioam / export / ioam_export_test.c
index b968605..45c4ca5 100644 (file)
@@ -112,7 +112,7 @@ api_ioam_export_ip6_enable_disable (vat_main_t * vam)
   mp->is_disable = is_disable;
 
   /* send it... */
-  S;
+  S(mp);
 
   /* Wait for a reply... */
   W;