Convert message macro S to accept a message pointer parameter;
[vpp.git] / src / plugins / flowperpkt / flowperpkt_test.c
index 70b4a34..d5edc4a 100644 (file)
@@ -129,7 +129,7 @@ api_flowperpkt_tx_interface_add_del (vat_main_t * vam)
   mp->which = which;
 
   /* send it... */
-  S;
+  S (mp);
 
   /* Wait for a reply... */
   W;