Coda Distributed File System
|
#include <sys/types.h>
#include <sys/wait.h>
#include <netinet/in.h>
#include <stdlib.h>
#include <signal.h>
#include <stdio.h>
#include <mach.h>
#include <errno.h>
#include "lwp.h"
#include "rpc2.h"
#include "lock.h"
#include "mond.h"
#include "mondgen.h"
#include "report.h"
#include "data.h"
#include "bbuf.h"
#include "mondutil.h"
#include "vargs.h"
#include "util.h"
#include "ohash.h"
#include "version.h"
Macros | |
#define | _BLURB_ |
Functions | |
PutMagicNumber (void) | |
void | SetDate () |
int | DateChanged () |
void | InitRPC (int VmonPort) |
void | InitSignals () |
bbuf * | Buff_Init () |
void | Log_Init () |
void | Log_Done () |
void | Data_Init () |
void | Data_Done () |
void | BrainSurgeon () |
void | PrintPinged (RPC2_Handle cid) |
int | CheckCVResult (RPC2_Handle cid, int code, const char *operation, const char *badClientType) |
void | LogEventArray (VmonSessionEventArray *events) |
Variables | |
RPC2_PortalIdent | rpc2_LocalPortal |
int | LogLevel |
FILE * | LogFile |
int | started |
int | BufSize |
int | LowWater |
char | WorkingDir [] |
FILE * | DataFile |
bool | lobotomy = mfalse |
struct sigcontext | OldContext |
#define _BLURB_ |
void BrainSurgeon | ( | void | ) |
bbuf * Buff_Init | ( | void | ) |
int CheckCVResult | ( | RPC2_Handle | cid, |
int | code, | ||
const char * | operation, | ||
const char * | badClientType | ||
) |
void Data_Done | ( | void | ) |
void Data_Init | ( | void | ) |
int DateChanged | ( | void | ) |
void InitRPC | ( | int | VmonPort | ) |
static void InitSignals | ( | void | ) |
void Log_Done | ( | void | ) |
void Log_Init | ( | void | ) |
void LogEventArray | ( | VmonSessionEventArray * | events | ) |
void PrintPinged | ( | RPC2_Handle | cid | ) |
PutMagicNumber | ( | void | ) |
void SetDate | ( | void | ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
struct sigcontext OldContext |
|
extern |
|
extern |
|
extern |