X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fdpo%2Freceive_dpo.h;h=9459fbcc2790f326648ad33e3628da4aeefc3bd2;hb=47727c02df4c79c21c6ceffaff65222c32cf6996;hp=ee3c7836aff67b3c69e6e6e16f8239301aa2f08a;hpb=8f6c1dda355b6e4d00dc4e41e65a25e1fd1507ee;p=vpp.git diff --git a/src/vnet/dpo/receive_dpo.h b/src/vnet/dpo/receive_dpo.h index ee3c7836aff..9459fbcc279 100644 --- a/src/vnet/dpo/receive_dpo.h +++ b/src/vnet/dpo/receive_dpo.h @@ -59,7 +59,7 @@ extern void receive_dpo_module_init(void); /** * @brief pool of all receive DPOs */ -receive_dpo_t *receive_dpo_pool; +extern receive_dpo_t *receive_dpo_pool; static inline receive_dpo_t * receive_dpo_get (index_t index)