examples/ip_pipeline: check pipeline type
[dpdk.git] / examples / ip_pipeline / app.h
index d8a1717..6510d6d 100644 (file)
@@ -227,6 +227,7 @@ struct app_pipeline_params {
 struct app_pipeline_data {
        void *be;
        void *fe;
+       struct pipeline_type *ptype;
        uint64_t timer_period;
        uint32_t enabled;
 };