commit: r628 - trunk/examples

[email protected] Mon, 18 Nov 2013 14:56:47 -0500
Newsgroups gmane.network.spread.cvs
Message-ID <[email protected]>
Author: jschultz
Date: 2013-11-18 14:56:46 -0500 (Mon, 18 Nov 2013)
New Revision: 628

Modified:
   trunk/examples/flooder.c
Log:
svn merge -r625:626 branches/spread_4_2_debug trunk

Missed one change from branch


Modified: trunk/examples/flooder.c
===================================================================
--- trunk/examples/flooder.c	2013-11-18 19:54:19 UTC (rev 627)
+++ trunk/examples/flooder.c	2013-11-18 19:56:46 UTC (rev 628)
@@ -176,10 +176,10 @@
 		{
                     if (Num_members) 
                     {
-                        ret = SP_multicast( Mbox, FIFO_MESS, "flooder", 0, Num_bytes, mess );
+                        ret = SP_multicast( Mbox, AGREED_MESS, "flooder", 0, Num_bytes, mess );
                         Send_Counter++;
                     } else {
-                        ret = SP_multicast( Mbox, RELIABLE_MESS, "flooder", 0, Num_bytes, mess );
+                        ret = SP_multicast( Mbox, AGREED_MESS, "flooder", 0, Num_bytes, mess );
                     }
 		    if( ret != Num_bytes ) 
 		    {