mars-nwe/debmask.h

18 lines
315 B
C
Raw Normal View History

2011-11-13 00:38:58 +01:00
/* debmask.h: 15-Feb-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
#endif