Mercurial > hg > FederatedLinda
diff tools/python-PE/CompactRouting/example.xml @ 8:6c40056777be
Initial revision
author | fuchita |
---|---|
date | Sat, 16 Feb 2008 13:18:02 +0900 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/python-PE/CompactRouting/example.xml Sat Feb 16 13:18:02 2008 +0900 @@ -0,0 +1,14 @@ +<graph label = "Graf"> + <node id = "A" label = "localhost:10000"> + <destination id = "B"/> + </node> + <node id = "B" label = "localhost:10001"> + <destination id = "C"/> + </node> + <node id = "C" label = "localhost:10002"> + <destination id = "D"/> + </node> + <node id = "D" label = "localhost:10003"> + <destination id = "A"/> + </node> +</graph>