chiark / gitweb /
site: dynamically create and destroy transform instances
[secnet.git] / magic.h
diff --git a/magic.h b/magic.h
index 5ac1e3467c3d76a25a1ff9f1eafaa54ac4983c60..3ae7af4d6dc729addfbcfac8af021ae4e24a01c0 100644 (file)
--- a/magic.h
+++ b/magic.h
@@ -3,6 +3,7 @@
 #ifndef magic_h
 #define magic_h
 
+#define LABEL_NAK  0x00000000
 #define LABEL_MSG0 0x00020200
 #define LABEL_MSG1 0x01010101
 #define LABEL_MSG2 0x02020202
@@ -14,4 +15,8 @@
 #define LABEL_MSG8 0x08080808
 #define LABEL_MSG9 0x09090909
 
+/* uses of the 32-bit capability bitmap */
+/* no flags currently defined */
+#define CAPAB_EARLY 0x00000000 /* no Early flags defined (see NOTES) */
+
 #endif /* magic_h */