[Spread-cvs] commit: r538 - in trunk: daemon include

jschultz at spread.org jschultz at spread.org
Fri Jul 13 17:48:27 EDT 2012


Author: jschultz
Date: 2012-07-13 17:48:27 -0400 (Fri, 13 Jul 2012)
New Revision: 538

Modified:
   trunk/daemon/sess_types.h
   trunk/include/sp.h
Log:
Commit of SP_BUG


Modified: trunk/daemon/sess_types.h
===================================================================
--- trunk/daemon/sess_types.h	2012-07-13 21:05:42 UTC (rev 537)
+++ trunk/daemon/sess_types.h	2012-07-13 21:48:27 UTC (rev 538)
@@ -140,6 +140,7 @@
 #define         GROUPS_TOO_SHORT        -16
 #define         MESSAGE_TOO_LONG        -17
 #define         NET_ERROR_ON_SESSION    -18
+#define         SP_BUG                  -19
 
 typedef	struct	dummy_message_header {
 	int32u	type;

Modified: trunk/include/sp.h
===================================================================
--- trunk/include/sp.h	2012-07-13 21:05:42 UTC (rev 537)
+++ trunk/include/sp.h	2012-07-13 21:48:27 UTC (rev 538)
@@ -131,6 +131,7 @@
 #define         GROUPS_TOO_SHORT        -16
 #define         MESSAGE_TOO_LONG        -17
 #define         NET_ERROR_ON_SESSION    -18
+#define         SP_BUG                  -19
 
 #define		MAX_CLIENT_SCATTER_ELEMENTS	100
 




More information about the Spread-cvs mailing list