X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Feventdev_pipeline%2Fpipeline_common.h;h=c7245f7f0fe1f73a3bb88bd0adf2ecdfcfe5890c;hb=78de15bb586ac3d8938512db1977d83815c494f8;hp=8e30393d092df2f18e33f0cdcdf7a0f27074ef69;hpb=be848992298b7a64a161487600a4070e52b9d26d;p=dpdk.git diff --git a/examples/eventdev_pipeline/pipeline_common.h b/examples/eventdev_pipeline/pipeline_common.h index 8e30393d09..c7245f7f0f 100644 --- a/examples/eventdev_pipeline/pipeline_common.h +++ b/examples/eventdev_pipeline/pipeline_common.h @@ -93,8 +93,8 @@ struct port_link { uint8_t priority; }; -struct fastpath_data *fdata; -struct config_data cdata; +extern struct fastpath_data *fdata; +extern struct config_data cdata; static __rte_always_inline void exchange_mac(struct rte_mbuf *m)