* Temporary hack to ig_tcp_server() to listen on an arbitrary port if the
[citadel.git] / citadel / msgbase.h
index 9e55685b51031b461beec109c83b5a06450ead25..51e104ff99c3e7b80aa2d56faff2452f85cf8b9f 100644 (file)
@@ -14,6 +14,8 @@
  */
 #define SM_VERIFY_GOODNESS     1       /* Verify this is a real msg number */
 #define SM_DO_REPL_CHECK       2       /* Perform replication checks */
+#define SM_DONT_BUMP_REF       3       /* Don't bump reference count
+                                          (use with extreme care!!!!!!) */
 
 
 /*