Coda Distributed File System
|
#include <sys/types.h>
#include <time.h>
#include <netinet/in.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <lwp/lwp.h>
#include <rpc2/rpc2.h>
#include <util.h>
#include "mond.h"
#include "vice.h"
#include <callback.h>
#include <res.h>
#include <olist.h>
#include <resstats.h>
#include <voldump.h>
Classes | |
struct | rvmrese |
struct | smon_entry |
Macros | |
#define | DFLT_MONDHOST "barber.coda.cs.cmu.edu" |
#define | DFLT_MONDPORT 1356 |
Functions | |
void | SmonInit () |
void | SmonDaemon (void *) |
Variables | |
const char * | SmonHost = DFLT_MONDHOST |
int | SmonPort = DFLT_MONDPORT |
#define DFLT_MONDHOST "barber.coda.cs.cmu.edu" |
#define DFLT_MONDPORT 1356 |
void SmonDaemon | ( | void * | ) |
void SmonInit | ( | ) |
const char* SmonHost = DFLT_MONDHOST |
int SmonPort = DFLT_MONDPORT |