Coda Distributed File System
test.h
Go to the documentation of this file.
1/* BLURB lgpl
2
3 Coda File System
4 Release 5
5
6 Copyright (c) 1987-1999 Carnegie Mellon University
7 Additional copyrights listed below
8
9This code is distributed "AS IS" without warranty of any kind under
10the terms of the GNU Library General Public Licence Version 2, as
11shown in the file LICENSE. The technical and financial contributors to
12Coda are listed in the file CREDITS.
13
14 Additional copyrights
15 none currently
16
17#*/
18
20{
21 HELP = 0,
37};
38
39char *Opnames[] = { "Help",
40 "Quit",
41 "LengthTest",
42 "Rebind",
43 "OnePing",
44 "ManyPings",
45 "FetchFile",
46 "StoreFile",
47 "Dumptrace",
48 "Stats",
49 "RemoteStats",
50 "BeginRemoteProfiling",
51 "EndRemoteProfiling",
52 "SetVMFileBuffer",
53 "SetRemoteVMFileBuffer",
54 "Delayed ACK test" };
char * Opnames[]
Definition: test.h:39
Opcodes
Definition: test.h:20
@ FETCHFILE
Definition: test.h:27
@ MANYPINGS
Definition: test.h:26
@ DUMPTRACE
Definition: test.h:29
@ SETREMOTEVMFILESIZE
Definition: test.h:35
@ REMOTESTATS
Definition: test.h:31
@ REBIND
Definition: test.h:24
@ STOREFILE
Definition: test.h:28
@ STATS
Definition: test.h:30
@ QUIT
Definition: test.h:22
@ BEGINREMOTEPROFILING
Definition: test.h:32
@ LENGTHTEST
Definition: test.h:23
@ ENDREMOTEPROFILING
Definition: test.h:33
@ HELP
Definition: test.h:21
@ DELACKTEST
Definition: test.h:36
@ ONEPING
Definition: test.h:25
@ SETVMFILESIZE
Definition: test.h:34