Coda Distributed File System
lib-src
rpc2
rpc2-src
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
9
This code is distributed "AS IS" without warranty of any kind under
10
the terms of the GNU Library General Public Licence Version 2, as
11
shown in the file LICENSE. The technical and financial contributors to
12
Coda are listed in the file CREDITS.
13
14
Additional copyrights
15
none currently
16
17
#*/
18
19
enum
Opcodes
20
{
21
HELP
= 0,
22
QUIT
,
23
LENGTHTEST
,
24
REBIND
,
25
ONEPING
,
26
MANYPINGS
,
27
FETCHFILE
,
28
STOREFILE
,
29
DUMPTRACE
,
30
STATS
,
31
REMOTESTATS
,
32
BEGINREMOTEPROFILING
,
33
ENDREMOTEPROFILING
,
34
SETVMFILESIZE
,
35
SETREMOTEVMFILESIZE
,
36
DELACKTEST
37
};
38
39
char
*
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"
};
Opnames
char * Opnames[]
Definition:
test.h:39
Opcodes
Opcodes
Definition:
test.h:20
FETCHFILE
@ FETCHFILE
Definition:
test.h:27
MANYPINGS
@ MANYPINGS
Definition:
test.h:26
DUMPTRACE
@ DUMPTRACE
Definition:
test.h:29
SETREMOTEVMFILESIZE
@ SETREMOTEVMFILESIZE
Definition:
test.h:35
REMOTESTATS
@ REMOTESTATS
Definition:
test.h:31
REBIND
@ REBIND
Definition:
test.h:24
STOREFILE
@ STOREFILE
Definition:
test.h:28
STATS
@ STATS
Definition:
test.h:30
QUIT
@ QUIT
Definition:
test.h:22
BEGINREMOTEPROFILING
@ BEGINREMOTEPROFILING
Definition:
test.h:32
LENGTHTEST
@ LENGTHTEST
Definition:
test.h:23
ENDREMOTEPROFILING
@ ENDREMOTEPROFILING
Definition:
test.h:33
HELP
@ HELP
Definition:
test.h:21
DELACKTEST
@ DELACKTEST
Definition:
test.h:36
ONEPING
@ ONEPING
Definition:
test.h:25
SETVMFILESIZE
@ SETVMFILESIZE
Definition:
test.h:34
Generated by
1.9.4