X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlib%2Fmain.h;h=474756bebd64bfefeaf6d23284e8dc718c607d4c;hb=ceebc1e71598349ee37b25cd82fe7533760d670a;hp=9e7538e9f00dce2e6413e17c7c5a867e87719fcb;hpb=3ae2873e568dd441a22903ab9f8c7954835b0bf1;p=vpp.git diff --git a/src/vlib/main.h b/src/vlib/main.h index 9e7538e9f00..474756bebd6 100644 --- a/src/vlib/main.h +++ b/src/vlib/main.h @@ -134,6 +134,7 @@ typedef struct vlib_main_t /* Pcap dispatch trace main */ pcap_main_t dispatch_pcap_main; uword dispatch_pcap_enable; + u8 *pcap_buffer; /* Error handling. */ vlib_error_main_t error_main; @@ -371,6 +372,9 @@ u32 vlib_app_num_thread_stacks_needed (void) __attribute__ ((weak)); extern void vlib_node_sync_stats (vlib_main_t * vm, vlib_node_t * n); +#define VLIB_PCAP_MAJOR_VERSION 1 +#define VLIB_PCAP_MINOR_VERSION 0 + #endif /* included_vlib_main_h */ /*