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 --- shmscope.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 shmscope.h (limited to 'shmscope.h') diff --git a/shmscope.h b/shmscope.h new file mode 100644 index 0000000..d898326 --- /dev/null +++ b/shmscope.h @@ -0,0 +1,16 @@ +#ifndef _MITSHMSCOPE_H_ +#define _MITSHMSCOPE_H_ + +#define MITSHMREQUESTHEADER "MITSHMREQUEST" +#define MITSHMREPLYHEADER "MITSHMREPLY" + +/* + 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