|
Coda Distributed File System
|
#include <rp2.h>

Public Attributes | |
| struct proc * | thread |
| char * | name |
| VAR ** | formals |
| char * | timeout |
| VAR * | bd |
| rp2_bool | new_connection |
| char * | op_code |
| int | op_number |
| int | linenum |
| VAR* proc::bd |
| VAR** proc::formals |
| int proc::linenum |
| char* proc::name |
| rp2_bool proc::new_connection |
| char* proc::op_code |
| int proc::op_number |
| struct proc* proc::thread |
| char* proc::timeout |