diff options
author | Vengada <venggovi@cisco.com> | 2017-03-21 01:04:46 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-03-22 07:20:55 +0000 |
commit | cacdea3bb9be44a468795c04bb468d2cfb321d76 (patch) | |
tree | 25137b291bdc006769b4361e33676fb1e4daf4c5 /src/plugins/ioam/export | |
parent | d2a59bed1e6b368a46608fd8ff631b770af8805f (diff) |
Initial draft of VPP changes to cleanup iOAM export.
This is needed for iOAM export for NSH.
Change-Id: I702934b2cde8b1c07ec5c299d5fcd98dce94c62c
Signed-off-by: Vengada <venggovi@cisco.com>
Diffstat (limited to 'src/plugins/ioam/export')
-rw-r--r-- | src/plugins/ioam/export/ioam_export_thread.c | 1 | ||||
-rw-r--r-- | src/plugins/ioam/export/node.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/ioam/export/ioam_export_thread.c b/src/plugins/ioam/export/ioam_export_thread.c index d2eb200936a..5f1d964355a 100644 --- a/src/plugins/ioam/export/ioam_export_thread.c +++ b/src/plugins/ioam/export/ioam_export_thread.c @@ -20,6 +20,7 @@ #include <ioam/export-common/ioam_export.h> static vlib_node_registration_t ioam_export_process_node; +extern ioam_export_main_t ioam_export_main; static uword ioam_export_process (vlib_main_t * vm, diff --git a/src/plugins/ioam/export/node.c b/src/plugins/ioam/export/node.c index b32d7841690..9b61c902ecf 100644 --- a/src/plugins/ioam/export/node.c +++ b/src/plugins/ioam/export/node.c @@ -41,6 +41,7 @@ format_export_trace (u8 * s, va_list * args) } vlib_node_registration_t export_node; +extern ioam_export_main_t ioam_export_main; #define foreach_export_error \ _(RECORDED, "Packets recorded for export") |