Coda Distributed File System
|
#include <stdio.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <math.h>
#include <assert.h>
#include <string.h>
#include <lwp/lwp.h>
#include <lwp/timer.h>
#include <rpc2/rpc2.h>
#include <rpc2/rpc2_addrinfo.h>
#include <rpc2/se.h>
#include <rpc2/sftp.h>
#include "test.h"
Macros | |
#define | INET_ADDRSTRLEN 16 |
#define | SUBSYS_SRV 1001 |
#define | STESTSTACK 0x25000 |
#define | DEFAULTLWPS 1 /* The default number of LWPs */ |
#define | MAXLWPS 32 /* The maximum number of LWPs */ |
Functions | |
static void | PrintPortIdent () |
int | main (int argc, char *argv[]) |
Variables | |
long | RPC2_Perror |
long | RPC2_DebugLevel |
long | SFTP_DebugLevel |
int | numLWPs = 0 |
int | availableLWPs = 0 |
int | maxLWPs = MAXLWPS |
PROCESS | pids [MAXLWPS] = { NULL } |
long | VerboseFlag |
RPC2_PortIdent | ThisPort |
long | VMMaxFileSize |
long | VMCurrFileSize |
char * | VMFileBuf |
#define DEFAULTLWPS 1 /* The default number of LWPs */ |
#define INET_ADDRSTRLEN 16 |
#define MAXLWPS 32 /* The maximum number of LWPs */ |
#define STESTSTACK 0x25000 |
#define SUBSYS_SRV 1001 |
int main | ( | int | argc, |
char * | argv[] | ||
) |
static void PrintPortIdent | ( | ) |
int availableLWPs = 0 |
int maxLWPs = MAXLWPS |
int numLWPs = 0 |
|
extern |
|
extern |
|
extern |
RPC2_PortIdent ThisPort |
long VerboseFlag |
long VMCurrFileSize |
char* VMFileBuf |
long VMMaxFileSize |