diff options
author | Gokul Singaraju <gs244f@att.com> | 2018-03-12 17:35:27 -0400 |
---|---|---|
committer | Gokul Singaraju <gs244f@att.com> | 2018-03-12 17:42:10 -0400 |
commit | 0062251624c84de2976eb39e13e2defd50ca4815 (patch) | |
tree | c0282b833f5039272a23a61e0acc885f305a01c9 /vnfs/VESreporting_vFW5.0 | |
parent | 0aac10bdbaac9972bd0fbf09fa6eee55223b42d5 (diff) |
Add fixes for Ring buffer size changes
Issue-ID: CERT-12
Change-Id: I2a2def9aea7664b58c6d3b743183436991bf6c22
Signed-Off-by: Gokul Singaraju <gs244f@att.com>
Diffstat (limited to 'vnfs/VESreporting_vFW5.0')
-rw-r--r-- | vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c b/vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c index c9c9bdc6..4cc4ab85 100644 --- a/vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c +++ b/vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c @@ -191,6 +191,7 @@ int main(int argc, char** argv) port, /* Port */ NULL, /* optional path */ NULL, /* optional topic */ + 100, /* Ring Buffer size */ 0, /* HTTPS? */ NULL, /* cert file */ NULL, /* key file */ |