Changeset 12351
- Timestamp:
- Aug 31, 2013, 11:26:25 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/PingPong.cpp
r12063 r12351 18 18 PingPong::PingPong( string config) : 19 19 node(), 20 counter( 0 ), 20 21 pingId( 0 ), 21 22 config_file(config) … … 126 127 127 128 pingId++; 128 logging_info( endl << "|||||||||| >>>>>>>>>>" << endl129 logging_info( "\n|||||||||| >>>>>>>>>>\n" 129 130 << "[PINGPONG]\t PINGING overlay neighbors with ping id " << pingId ); 130 131 PingPongMessage pingmsg( pingId, name ); … … 182 183 for (int i=0;i<names.size(); i++) if (names[i]==pingmsg->getName()) found=true; 183 184 if (!found) names.push_back(pingmsg->getName()); 184 logging_info( endl << "<<<<<<<<<< ||||||||||" << endl185 logging_info( "\n<<<<<<<<<< ||||||||||\n" 185 186 << "[PINGPONG]\t RECEIVED ping message on link " 186 187 << lnk.toString()
Note:
See TracChangeset
for help on using the changeset viewer.