diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-26 15:46:44 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-26 15:46:44 +0000 |
commit | 0bc80fab4dc53994efbd511b22b0c86d59baff8c (patch) | |
tree | 3e074e160a2e59a236f10781cfcb0e071b49fac8 /performance-tests/RPC/client.cpp | |
parent | cde21c2507ace716fc833231662ff0f85ff13f5a (diff) | |
download | ATCD-0bc80fab4dc53994efbd511b22b0c86d59baff8c.tar.gz |
ChangeLogTag:Wed Dec 26 09:07:45 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'performance-tests/RPC/client.cpp')
-rw-r--r-- | performance-tests/RPC/client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/performance-tests/RPC/client.cpp b/performance-tests/RPC/client.cpp index 440b623470e..b0f4a476600 100644 --- a/performance-tests/RPC/client.cpp +++ b/performance-tests/RPC/client.cpp @@ -20,11 +20,11 @@ int main (int argc, char* argv[]) switch ((char) c) { case 'h': - host = getopt.optarg; + host = getopt.opt_arg (); break; case 'i': - nsamples = ACE_OS::atoi (getopt.optarg); + nsamples = ACE_OS::atoi (getopt.opt_arg ()); break; } } |