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
blob871897a976e2c7a3b406419dbf1c07b4ff4aa770
1 #include "util.h"
2 #include "stats.h"
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;