Coda Distributed File System
|
#include <stdlib.h>
#include <stdio.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "lwp.h"
#include "rpc2.h"
#include "mond.h"
#include "olist.h"
#include "ohash.h"
#include "version.h"
#include "util.h"
Macros | |
#define | _BLURB_ |
Functions | |
char * | HostNameOfConn (RPC2_Handle) |
long | MondEstablishConn (RPC2_Handle cid, unsigned long Version, long clientType, long spare_size, SpareEntry spare[]) |
Variables | |
__cplusplus __cplusplus connection_table * | ClientTable = NULL |
int | LogLevel |
FILE * | LogFile |
#define _BLURB_ |
char * HostNameOfConn | ( | RPC2_Handle | cid | ) |
long MondEstablishConn | ( | RPC2_Handle | cid, |
unsigned long | Version, | ||
long | clientType, | ||
long | spare_size, | ||
SpareEntry | spare[] | ||
) |
__cplusplus __cplusplus connection_table* ClientTable = NULL |
|
extern |
|
extern |