Coda Distributed File System
|
#include <sys/file.h>
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include "coda_string.h"
#include <lwp/lwp.h>
#include <lwp/lock.h>
#include <util.h>
#include <voltypes.h>
#include <vcrcommon.h>
#include <cvnode.h>
#include <volume.h>
#include "dump.h"
#include "dumpstream.h"
Classes | |
struct | entry |
struct | vtable |
Macros | |
#define | DUMPBUFSIZE 512000 |
Typedefs | |
typedef struct entry | ventry |
Functions | |
int | main (int argc, char **argv) |
Variables | |
int | DumpFd = -1 |
#define DUMPBUFSIZE 512000 |
int main | ( | int | argc, |
char ** | argv | ||
) |
int DumpFd = -1 |