summaryrefslogtreecommitdiffstats
path: root/obj-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'obj-types.h')
-rw-r--r--obj-types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/obj-types.h b/obj-types.h
index ca7e1c67..e712f5fd 100644
--- a/obj-types.h
+++ b/obj-types.h
@@ -57,7 +57,8 @@ typedef struct {
typedef enum { /* IDs of known object "types/classes" */
OBJNull = 0, /* no valid object (we do not start at zero so we can detect calloc()) */
OBJMsg = 1,
- OBJstrm = 2
+ OBJstrm = 2,
+ OBJqueue = 3
} objID_t;
#define OBJ_NUM_IDS 3