X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fpipeline%2Fpipeline_flow_classification.c;h=9ef50cc9aec65325b4b657b0513dbb47e29344ae;hb=7236d2bfe0acc48330e3c2a3dfac4ada9a792cd8;hp=e49c881790bc1ddb28e2740e3ae7625a5a08e8ed;hpb=93771a569daaf0b2983ae5873406b1d58224afcc;p=dpdk.git diff --git a/examples/ip_pipeline/pipeline/pipeline_flow_classification.c b/examples/ip_pipeline/pipeline/pipeline_flow_classification.c index e49c881790..9ef50cc9ae 100644 --- a/examples/ip_pipeline/pipeline/pipeline_flow_classification.c +++ b/examples/ip_pipeline/pipeline/pipeline_flow_classification.c @@ -1892,7 +1892,9 @@ static cmdline_parse_ctx_t pipeline_cmds[] = { static struct pipeline_fe_ops pipeline_flow_classification_fe_ops = { .f_init = app_pipeline_fc_init, + .f_post_init = NULL, .f_free = app_pipeline_fc_free, + .f_track = app_pipeline_track_default, .cmds = pipeline_cmds, };