Mercurial > hg > FederatedLinda
view tools/python-PE/CompactRouting/example.xml @ 20:a0fd653d1121
Debug Client and Meta Engine for logging.
author | kono |
---|---|
date | Tue, 19 Aug 2008 06:26:20 +0900 |
parents | 6c40056777be |
children |
line wrap: on
line source
<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>