Coda Distributed File System
coda-src
asr
asr.h
Go to the documentation of this file.
1
/* BLURB gpl
2
3
Coda File System
4
Release 6
5
6
Copyright (c) 1987-2003 Carnegie Mellon University
7
Additional copyrights listed below
8
9
This code is distributed "AS IS" without warranty of any kind under
10
the terms of the GNU General Public Licence Version 2, as shown in the
11
file LICENSE. The technical and financial contributors to Coda are
12
listed in the file CREDITS.
13
14
Additional copyrights
15
none currently
16
17
#*/
18
19
/* context declarations */
20
#define FILE_NAME_CTXT 1001
21
#define DEP_CTXT 1002
22
#define CMD_CTXT 1003
23
#define ARG_CTXT 1004
24
25
extern
int
context
;
26
extern
int
debug
;
27
28
#define DEBUG(a) \
29
if (debug) \
30
fprintf a
context
int context
debug
int debug
Generated by
1.9.4