Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r1086 committed - Fixed web100 build (added extra json boolean parameter to tcp_stat_get...

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r1086 committed - Fixed web100 build (added extra json boolean parameter to tcp_stat_get...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r1086 committed - Fixed web100 build (added extra json boolean parameter to tcp_stat_get...
  • Date: Wed, 18 Jun 2014 05:44:57 +0000

Revision: 1086
Author:

Date: Wed Jun 18 05:44:40 2014 UTC
Log: Fixed web100 build (added extra json boolean parameter to tcp_stat_get_data)

http://code.google.com/p/ndt/source/detail?r=1086

Modified:
/trunk/src/test_s2c_srv.c

=======================================
--- /trunk/src/test_s2c_srv.c Wed May 28 11:17:18 2014 UTC
+++ /trunk/src/test_s2c_srv.c Wed Jun 18 05:44:40 2014 UTC
@@ -594,10 +594,10 @@

#if USE_WEB100
// send web100 data to client
- ret = tcp_stat_get_data(tsnap, xmitsfd, ctlsockfd, agent, count_vars);
+ ret = tcp_stat_get_data(tsnap, xmitsfd, ctlsockfd, agent, count_vars, testOptions->json_support);
web100_snapshot_free(tsnap);
// send tuning-related web100 data collected to client
- ret = tcp_stat_get_data(rsnap, xmitsfd, ctlsockfd, agent, count_vars);
+ ret = tcp_stat_get_data(rsnap, xmitsfd, ctlsockfd, agent, count_vars, testOptions->json_support);
web100_snapshot_free(rsnap);
#elif USE_WEB10G
ret = tcp_stat_get_data(snap, xmitsfd, ctlsockfd, agent, count_vars, testOptions->json_support);


  • [ndt-dev] [ndt] r1086 committed - Fixed web100 build (added extra json boolean parameter to tcp_stat_get..., ndt, 06/18/2014

Archive powered by MHonArc 2.6.16.

Top of Page