diff options
author | Keith Packard <keithp@keithp.com> | 2001-06-08 00:32:52 +0000 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-05-04 18:13:07 -0700 |
commit | 062412a066cc62635c1d1eb99999ee774775ca6f (patch) | |
tree | 3a72f748e101900c292cf242055862ecce4bccb7 /bigreqscope.h | |
parent | 306057f2475b216fb73686bcb0003355cf88944a (diff) |
Import xscope bits into keithp.com CVS
Diffstat (limited to 'bigreqscope.h')
-rw-r--r-- | bigreqscope.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bigreqscope.h b/bigreqscope.h new file mode 100644 index 0000000..80648f1 --- /dev/null +++ b/bigreqscope.h @@ -0,0 +1,17 @@ +#ifndef _BIGREQSCOPE_H_ +#define _BIGREQSCOPE_H_ + + +#define BIGREQREQUESTHEADER "BIGREQREQUEST" +#define BIGREQREPLYHEADER "BIGREQREPLY" + +/* + To aid in making the choice between level 1 and level 2, we + define the following define, which does not print relatively + unimportant fields. +*/ + +#define printfield(a,b,c,d,e) if (Verbose > 1) PrintField(a,b,c,d,e) + +#endif + |