mars-nwe/debmask.h

19 lines
341 B
C
Raw Normal View History

2011-11-13 00:38:58 +01:00
/* debmask.h: 18-Jun-97 */
2011-11-13 00:38:58 +01:00
#ifndef _DEBMASK_H_
#define _DEBMASK_H_
/*
* several debug masks.
* second paramter in debug entries 100 .. 1xx
*
*/
/* NWCONN */
2011-11-13 00:38:58 +01:00
#define D_FH_OPEN 1 /* file open/close */
#define D_FH_LOCK 2 /* file lock/unlock */
2011-11-13 00:38:58 +01:00
#define D_FH_FLUSH 4 /* file flushes */
2011-11-13 00:38:58 +01:00
2011-11-13 00:38:58 +01:00
#define D_FN_NAMES 8
2011-11-13 00:38:58 +01:00
#endif