diff options
author | Dave Barach <dave@barachs.net> | 2018-10-01 09:25:32 -0400 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-10-01 15:59:35 +0000 |
commit | c3a06556d1a4a63646d4cc7aa76274177a56c13f (patch) | |
tree | 76eee7fa1da3b882109c2fa9dbd8f94dfc18110b /src/vlib/buffer_funcs.h | |
parent | 904a850899db0a40bf885d2ee2e839a5f8dfbeb3 (diff) |
API / CLI event-log tracing
Add an "elog trace [api][cli][barrier]" debug CLI command. Removed the
barrier elog test command. Remove unused reliable multicast code.
Change-Id: Ib3ecde901b7c49fe92b313d0087cd7e776adcdce
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/vlib/buffer_funcs.h')
-rw-r--r-- | src/vlib/buffer_funcs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vlib/buffer_funcs.h b/src/vlib/buffer_funcs.h index 5306af6e218..d8abdf31d79 100644 --- a/src/vlib/buffer_funcs.h +++ b/src/vlib/buffer_funcs.h @@ -41,6 +41,7 @@ #define included_vlib_buffer_funcs_h #include <vppinfra/hash.h> +#include <vppinfra/fifo.h> /** \file vlib buffer access methods. |