- NOL_INSERT("line", "line topology, initial load at one end", xxx);
- NOL_INSERT("ring", "ring topology", xxx);
- NOL_INSERT("star", "star topology, initial load at center", xxx);
- NOL_INSERT("clique", "all connected topology", xxx);
- NOL_INSERT("btree", "binary tree topologym intiial load at root", xxx);
- NOL_INSERT("hcube", "hypercube topology", xxx);
+ NOL_INSERT("btree", "binary tree topologym intiial load at root",
+ deployment_btree);
+ NOL_INSERT("clique", "all connected topology", deployment_clique);
+ NOL_INSERT("hcube", "hypercube topology", deployment_hcube);
+ NOL_INSERT("line", "line topology, initial load at one end",
+ deployment_line);
+ NOL_INSERT("ring", "ring topology", deployment_ring);
+ NOL_INSERT("star", "star topology, initial load at center",
+ deployment_star);
+ NOL_INSERT("torus", "torus topology", deployment_torus);