summaryrefslogtreecommitdiff
path: root/apps/JAWS/stress_testing/cp.h
blob: ad2e5ddf31bfd1a091f905d5695313b9a89a867f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$

#include "util.h"
#include "stats.h"

class Client_Parameters {
public:
  Client_Parameters(int);
  URL *url;
  static Stats *stats;
  static int tcp_nodelay;
  static int sockbufsiz;
  int id;
};