Changeset 3578 for source/ariba/Node.cpp
- Timestamp:
- May 15, 2009, 1:59:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Node.cpp
r3374 r3578 63 63 const communication::EndpointDescriptor* ep = 64 64 ariba_mod.getBootstrapNode(vnetname); 65 if( ep == NULL ) return; 66 65 if( ep == NULL ) { 66 std::cout << "no bootstrap node defined" << std::endl; 67 return; 68 } 67 69 ariba_mod.base_comm->start(ariba_mod.ip_addr, ariba_mod.tcp_port); 68 70 base_overlay->start( *ariba_mod.base_comm, nodeId );
Note:
See TracChangeset
for help on using the changeset viewer.