Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r1033 committed - Fix issue with header in description of the Web100/Web10G variables

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r1033 committed - Fix issue with header in description of the Web100/Web10G variables


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r1033 committed - Fix issue with header in description of the Web100/Web10G variables
  • Date: Fri, 21 Mar 2014 11:26:32 +0000

Revision: 1033
Author:

Date: Fri Mar 21 11:25:20 2014 UTC
Log: Fix issue with header in description of the Web100/Web10G variables
http://code.google.com/p/ndt/source/detail?r=1033

Modified:
/branches/Issue100/src/usage.c
/branches/Issue100/src/web100clt.c

=======================================
--- /branches/Issue100/src/usage.c Thu Nov 15 21:33:44 2012 UTC
+++ /branches/Issue100/src/usage.c Fri Mar 21 11:25:20 2014 UTC
@@ -112,7 +112,7 @@
printf(" Note: add multiple d's (-ddd) for more details\n");
printf(" -h, --help - print this help message\n");
printf(" -l, --msglvl - increase message level details\n");
- printf(" --web100variables - print the information about each Web100 variable\n");
+ printf(" --webvariables - print the information about each Web100/Web10g variable\n");
printf(" -v, --version - print version number\n\n");
printf(" Configuration:\n\n");
printf(" -b, --buffer #size - set send/receive buffer to value\n");
=======================================
--- /branches/Issue100/src/web100clt.c Fri Feb 14 13:46:27 2014 UTC
+++ /branches/Issue100/src/web100clt.c Fri Mar 21 11:25:20 2014 UTC
@@ -54,7 +54,7 @@
static struct option long_options[] = {
{ "name", 1, 0, 'n' }, { "port", 1, 0, 'p' },
{ "debug", 0, 0, 'd' }, { "help", 0, 0, 'h' },
- { "msglvl", 0, 0, 'l' }, { "web100variables", 0, 0, 301 },
+ { "msglvl", 0, 0, 'l' }, { "webvariables", 0, 0, 301 },
{ "buffer", 1, 0, 'b' }, { "disablemid", 0, 0, 302 },
{ "disablec2s", 0, 0, 303 }, { "disables2c", 0, 0, 304 },
{ "disablesfw", 0, 0, 305 }, { "protocol_log", 1, 0, 'u' },
@@ -110,7 +110,7 @@
void printWeb100VarInfo() {
int i = 0;

- printf(" --- Detailed description of the %s variables ---\n\n", ServerType);
+ printf(" --- Detailed description of the Web100/Web10g variables ---\n\n");

while (web100vartable[i][0]) {
printf("* %s\n %s\n", web100vartable[i][0], web100vartable[i][1]);


  • [ndt-dev] [ndt] r1033 committed - Fix issue with header in description of the Web100/Web10G variables, ndt, 03/21/2014

Archive powered by MHonArc 2.6.16.

Top of Page