Coda Distributed File System
|
#include <stdio.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <util.h>
#include <callback.h>
#include <prs.h>
#include <al.h>
#include <vice.h>
#include <srv.h>
#include <vice.private.h>
Functions | |
int | CLIENT_Build (RPC2_Handle RPCid, char *User, RPC2_Integer sl, SecretToken *st, ClientEntry **client) |
void | CLIENT_Delete (ClientEntry *clientPtr) |
void | CLIENT_InitHostTable (void) |
int | CLIENT_MakeCallBackConn (ClientEntry *Client) |
void | CLIENT_CallBackCheck () |
void | CLIENT_CleanUpHost (HostTable *ht) |
void | CLIENT_PrintClients () |
void | CLIENT_GetWorkStats (int *num, int *active, unsigned int time) |
int CLIENT_Build | ( | RPC2_Handle | RPCid, |
char * | User, | ||
RPC2_Integer | sl, | ||
SecretToken * | st, | ||
ClientEntry ** | client | ||
) |
void CLIENT_CallBackCheck | ( | ) |
void CLIENT_CleanUpHost | ( | HostTable * | ht | ) |
void CLIENT_Delete | ( | ClientEntry * | clientPtr | ) |
void CLIENT_GetWorkStats | ( | int * | num, |
int * | active, | ||
unsigned int | time | ||
) |
void CLIENT_InitHostTable | ( | void | ) |
int CLIENT_MakeCallBackConn | ( | ClientEntry * | Client | ) |
void CLIENT_PrintClients | ( | ) |