|
Coda Distributed File System
|
#include <stdio.h>#include <string.h>#include <sys/types.h>#include <sys/time.h>#include <sys/stat.h>#include <sys/socket.h>#include <signal.h>#include <netinet/in.h>#include <assert.h>#include <lwp/lwp.h>#include <lwp/timer.h>#include <rpc2/rpc2.h>#include <rpc2/se.h>#include <rpc2/sftp.h>#include "test.h"
Macros | |
| #define | DEBUG |
| #define | SUBSYS_SRV 1001 |
| #define | WhatHappened(X, Y) ((rpc2rc = X), printf("%s: %s\n", Y, RPC2_ErrorMsg(rpc2rc)), rpc2rc) |
Functions | |
| int | main (int arg, char **argv) |
Variables | |
| struct SStats | rpc2_Sent |
| struct RStats | rpc2_Recvd |
| long | RPC2_Perror |
| long | RPC2_DebugLevel |
| long | SFTP_DebugLevel |
| FILE * | ErrorLogFile |
| PROCESS | mypid |
| long | VMMaxFileSize |
| long | VMCurrFileSize |
| char * | VMFileBuf |
| long | rpc2rc |
| FILE * | ifd |
| int | fflag = 0 |
| int | qflag = 0 |
| int | bwflag = 0 |
| char * | bwfile |
| struct timeval start | middle |
| FILE * | BW_f |
| int | bwi = 0 |
| #define DEBUG |
| #define SUBSYS_SRV 1001 |
| int main | ( | int | arg, |
| char ** | argv | ||
| ) |
| FILE* BW_f |
| char* bwfile |
| int bwflag = 0 |
| int bwi = 0 |
| FILE* ErrorLogFile |
| int fflag = 0 |
| FILE* ifd |
| struct timeval start middle |
| PROCESS mypid |
| int qflag = 0 |
|
extern |
|
extern |
|
extern |
|
extern |
| long rpc2rc |
|
extern |
| long VMCurrFileSize |
| char* VMFileBuf |
| long VMMaxFileSize |