From 062412a066cc62635c1d1eb99999ee774775ca6f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 8 Jun 2001 00:32:52 +0000 Subject: Import xscope bits into keithp.com CVS --- bigreqscope.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bigreqscope.h (limited to 'bigreqscope.h') 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 + -- cgit v1.2.1