X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fplugins%2Fioam%2Fanalyse%2Fioam_summary_export.h;h=1397f9e8bd4e75932800858e346cc2f0149e720a;hb=a9855ef839ab99d7e66b9dd8d706b14cc8cd77dd;hp=9be31d2e5ed09166c2ca0c51948e4e1bef2abbfa;hpb=fdd81af6afe6c782ad2c1a139210378badec626b;p=vpp.git diff --git a/src/plugins/ioam/analyse/ioam_summary_export.h b/src/plugins/ioam/analyse/ioam_summary_export.h index 9be31d2e5ed..1397f9e8bd4 100755 --- a/src/plugins/ioam/analyse/ioam_summary_export.h +++ b/src/plugins/ioam/analyse/ioam_summary_export.h @@ -16,7 +16,7 @@ #define __included_ip6_ioam_flow_report_h__ #include -#include +#include #define foreach_ioam_ipfix_info_element \ _(ioamPacketSent, 5239, u32) \ @@ -60,7 +60,7 @@ typedef struct u32 mean_delay; u32 pkt_counter; u32 bytes_counter; - ioam_path_map_t path[IOAM_TRACE_MAX_NODES]; + ioam_path_map_t path[0]; } ioam_path; clib_error_t *ioam_flow_create (u8 del);