diff options
Diffstat (limited to 'src/plugins/avf/avf.h')
-rw-r--r-- | src/plugins/avf/avf.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <avf/virtchnl.h> +#include <vlib/log.h> + #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; |