diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-03-13 17:44:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-13 17:44:14 +0000 |
commit | 56c6cbe5d9f468f754113203fc16863bf404ad53 (patch) | |
tree | 5e1a5ad365cf8f349a6891e3e294bb6047edb19b | |
parent | 87f0fa861f7b1db7a41274a9734b835bc162267b (diff) | |
parent | 0062251624c84de2976eb39e13e2defd50ca4815 (diff) |
Merge "Add fixes for Ring buffer size changes"
-rw-r--r-- | vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c | 1 | ||||
-rw-r--r-- | vnfs/VESreporting_vLB5.0/vpp_measurement_reporter.c | 1 |
2 files changed, 2 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 */ diff --git a/vnfs/VESreporting_vLB5.0/vpp_measurement_reporter.c b/vnfs/VESreporting_vLB5.0/vpp_measurement_reporter.c index 728b7611..14ca2944 100644 --- a/vnfs/VESreporting_vLB5.0/vpp_measurement_reporter.c +++ b/vnfs/VESreporting_vLB5.0/vpp_measurement_reporter.c @@ -139,6 +139,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 */ |