Support packets in flight
[samplevnf.git] / common / VIL / pipeline_common / pipeline_common_fe.c
index 957f5df..6fc6109 100644 (file)
@@ -35,6 +35,8 @@
 #include "lib_arp.h"
 #include "gateway.h"
 
+void app_run_file(cmdline_parse_ctx_t *ctx, const char *file_name);
+
 int
 app_pipeline_ping(struct app_params *app,
        uint32_t pipeline_id)
@@ -1577,7 +1579,7 @@ static cmdline_parse_inst_t cmd_quit = {
  * run
  */
 
-static void
+void
 app_run_file(
        cmdline_parse_ctx_t *ctx,
        const char *file_name)