|
From: <sr...@us...> - 2010-06-14 01:39:49
|
Revision: 27
http://golok.svn.sourceforge.net/golok/?rev=27&view=rev
Author: sralmai
Date: 2010-06-14 01:39:43 +0000 (Mon, 14 Jun 2010)
Log Message:
-----------
[CLEANUP]: changed dme and dme-mult to begin with 2 of each process type
Modified Paths:
--------------
trunk/examples/dme-mult.amf
trunk/examples/dme.amf
Modified: trunk/examples/dme-mult.amf
===================================================================
--- trunk/examples/dme-mult.amf 2010-04-19 15:34:15 UTC (rev 26)
+++ trunk/examples/dme-mult.amf 2010-06-14 01:39:43 UTC (rev 27)
@@ -19,7 +19,9 @@
topology {
connectivity {
critical 0 -- forward 0
- forward 0 -- critical 0
+ forward 0 -- critical 1
+ critical 1 -- forward 1
+ forward 1 -- critical 0
}
# insert two new elements (a forward and a critical) into the ring
Modified: trunk/examples/dme.amf
===================================================================
--- trunk/examples/dme.amf 2010-04-19 15:34:15 UTC (rev 26)
+++ trunk/examples/dme.amf 2010-06-14 01:39:43 UTC (rev 27)
@@ -15,7 +15,8 @@
topology {
connectivity {
- node 0 -- node 0
+ node 0 -- node 1
+ node 1 -- node 0
}
additionrule plain-add {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|