X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Favf%2Favf.h;h=5db40746541b65764b306f09dfb640b61c01a592;hb=b5236cb975c766154a36d0d59731850683635ea4;hp=71e6f09e824a6e2814dd53832259efd50f67b2bb;hpb=3e0ee6ec3ce1d3f32c1faca7514048e55412220e;p=vpp.git diff --git a/src/plugins/avf/avf.h b/src/plugins/avf/avf.h index 71e6f09e824..5db40746541 100644 --- a/src/plugins/avf/avf.h +++ b/src/plugins/avf/avf.h @@ -17,6 +17,8 @@ #include +#include + #define foreach_avf_device_flags \ _(0, INITIALIZED, "initialized") \ _(1, ERROR, "error") \ @@ -162,6 +164,8 @@ typedef struct vlib_physmem_region_index_t physmem_region; int physmem_region_alloc; + vlib_log_class_t log_class; + /* 256 element array for ptype based lookup */ avf_ptype_t *ptypes; } avf_main_t;