X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlibapi%2Fapi_common.h;h=98fcbdefef9a19b15ba5072f56b3b49a36ccd4cc;hb=053204ab039d34a990ff0e14c32ce3b294fcce0e;hp=735921b30f7baf2534b0e24fc033312a88b2edf8;hpb=413f4a5b2123c1625d615315db293a080078482b;p=vpp.git diff --git a/src/vlibapi/api_common.h b/src/vlibapi/api_common.h index 735921b30f7..98fcbdefef9 100644 --- a/src/vlibapi/api_common.h +++ b/src/vlibapi/api_common.h @@ -25,6 +25,7 @@ */ #include +#include #include #include #include @@ -339,6 +340,10 @@ typedef struct /** List of API client reaper functions */ _vl_msg_api_function_list_elt_t *reaper_function_registrations; + /** event log */ + elog_main_t *elog_main; + int elog_trace_api_messages; + } api_main_t; extern api_main_t api_main;