comparison VMS.h @ 112:fac1d896f6e9

fixed: incomplete initialization of first record in vp
author Nina Engelhardt
date Mon, 15 Aug 2011 18:54:19 +0200
parents b1817e2451b1
children 73fc5aafbe45
comparison
equal deleted inserted replaced
51:d99b168227bf 52:13cf99d4aa4a
39 //These defines turn types of bug messages on and off 39 //These defines turn types of bug messages on and off
40 // be sure debug messages are un-commented (next block of defines) 40 // be sure debug messages are un-commented (next block of defines)
41 #define dbgAppFlow TRUE /* Top level flow of application code -- general*/ 41 #define dbgAppFlow TRUE /* Top level flow of application code -- general*/
42 #define dbgProbes FALSE /* for issues inside probes themselves*/ 42 #define dbgProbes FALSE /* for issues inside probes themselves*/
43 #define dbgB2BMaster FALSE /* in coreloop, back to back master VPs*/ 43 #define dbgB2BMaster FALSE /* in coreloop, back to back master VPs*/
44 #define dbgRqstHdlr FALSE /* in request handler code*/ 44 #define dbgRqstHdlr TRUE /* in request handler code*/
45 45
46 //Comment or un- the substitute half to turn on/off types of debug message 46 //Comment or un- the substitute half to turn on/off types of debug message
47 #define DEBUG( bool, msg) \ 47 #define DEBUG( bool, msg) \
48 if( bool){ printf(msg); fflush(stdin);} 48 if( bool){ printf(msg); fflush(stdin);}
49 #define DEBUG1( bool, msg, param) \ 49 #define DEBUG1( bool, msg, param) \