summaryrefslogtreecommitdiff
path: root/shmscope.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2001-10-15 16:33:22 +0000
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-05-04 18:13:24 -0700
commit30392c1e635663e5b3eb5771d8ce4c852cada4b8 (patch)
tree969059d432863edb9ae608f90a20047c94c5902d /shmscope.h
parent062412a066cc62635c1d1eb99999ee774775ca6f (diff)
downloadxscope-30392c1e635663e5b3eb5771d8ce4c852cada4b8.tar.gz
Add SHM decoding
Diffstat (limited to 'shmscope.h')
-rw-r--r--shmscope.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/shmscope.h b/shmscope.h
index d898326..f2795da 100644
--- a/shmscope.h
+++ b/shmscope.h
@@ -1,6 +1,12 @@
#ifndef _MITSHMSCOPE_H_
#define _MITSHMSCOPE_H_
+#define MITSHMREQUEST 144
+#define MITSHMREPLY 145
+#define MITSHMEVENT 146
+#define MITSHMERROR 147
+
+
#define MITSHMREQUESTHEADER "MITSHMREQUEST"
#define MITSHMREPLYHEADER "MITSHMREPLY"