repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
ACE
/
apps
/
JAWS
/
stress_testing
/
cp.h
blob
871897a976e2c7a3b406419dbf1c07b4ff4aa770
1
#include
"util.h"
2
#include
"stats.h"
3
4
class
Client_Parameters
{
5
public
:
6
Client_Parameters
(
int
);
7
URL
*
url
;
8
static
Stats
*
stats
;
9
static int
tcp_nodelay
;
10
static int
sockbufsiz
;
11
int
id
;
12
};