Coda Distributed File System
Classes | Macros
9pfs.cc File Reference
#include <sys/types.h>
#include <assert.h>
#include <fcntl.h>
#include <pwd.h>
#include <unistd.h>
#include <struct.h>
#include "fso.h"
#include "mariner.h"
#include "venus.private.h"
#include "9pfs.h"
#include "SpookyV2.h"
Include dependency graph for 9pfs.cc:

Classes

struct  attachment
 
struct  fidmap
 
struct  filldir_args
 

Macros

#define DEBUG(...)
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG (   ...)
Value:
do { \
fprintf(stderr, __VA_ARGS__); \
fflush(stderr); \
} while (0)
stderr
Definition: gensrvstats.py:48