X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Felog.h;h=3cd067ce7070ad88b8424b6c43e8b6c152bde821;hb=39d0285fca412ea2921fe1ae98a231894cd193cf;hp=26352f7d6084381068d0aab884c428b77225e688;hpb=aefbedeb5da326475230c31e75d0d9d6d0de8656;p=vpp.git diff --git a/src/vppinfra/elog.h b/src/vppinfra/elog.h index 26352f7d608..3cd067ce707 100644 --- a/src/vppinfra/elog.h +++ b/src/vppinfra/elog.h @@ -53,6 +53,7 @@ #include /* for ASSERT */ #include #include /* for clib_cpu_time_now */ +#include #include typedef struct @@ -155,6 +156,8 @@ typedef struct /** Events may refer to strings in string table. */ char *string_table; + uword *string_table_hash; + u8 *string_table_tmp; /** Vector of tracks. */ elog_track_t *tracks;