Coda Distributed File System
Enumerations | Variables
test.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  Opcodes {
  HELP = 0 , QUIT , LENGTHTEST , REBIND ,
  ONEPING , MANYPINGS , FETCHFILE , STOREFILE ,
  DUMPTRACE , STATS , REMOTESTATS , BEGINREMOTEPROFILING ,
  ENDREMOTEPROFILING , SETVMFILESIZE , SETREMOTEVMFILESIZE , DELACKTEST
}
 

Variables

char * Opnames []
 

Enumeration Type Documentation

◆ Opcodes

enum Opcodes
Enumerator
HELP 
QUIT 
LENGTHTEST 
REBIND 
ONEPING 
MANYPINGS 
FETCHFILE 
STOREFILE 
DUMPTRACE 
STATS 
REMOTESTATS 
BEGINREMOTEPROFILING 
ENDREMOTEPROFILING 
SETVMFILESIZE 
SETREMOTEVMFILESIZE 
DELACKTEST 

Variable Documentation

◆ Opnames

char* Opnames[]
Initial value:
= { "Help",
"Quit",
"LengthTest",
"Rebind",
"OnePing",
"ManyPings",
"FetchFile",
"StoreFile",
"Dumptrace",
"Stats",
"RemoteStats",
"BeginRemoteProfiling",
"EndRemoteProfiling",
"SetVMFileBuffer",
"SetRemoteVMFileBuffer",
"Delayed ACK test" }