Changeset 5284 for source/ariba/Node.cpp
- Timestamp:
- Jul 24, 2009, 3:23:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Node.cpp
r3718 r5284 67 67 return; 68 68 } 69 ariba_mod.base_comm->start( ariba_mod.ip_addr, ariba_mod.tcp_port);69 ariba_mod.base_comm->start(); 70 70 base_overlay->start( *ariba_mod.base_comm, nodeId ); 71 71 base_overlay->joinSpoVNet( spovnetId, *ep); … … 82 82 nodeId = generateNodeId(name); 83 83 84 ariba_mod.base_comm->start( ariba_mod.ip_addr, ariba_mod.tcp_port);84 ariba_mod.base_comm->start(); 85 85 86 86 base_overlay->start( *ariba_mod.base_comm, nodeId );
Note:
See TracChangeset
for help on using the changeset viewer.