Changeset 9990 for sample/pingpong
- Timestamp:
- Jul 28, 2011, 1:31:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/PingPong.cpp
r9989 r9990 139 139 // function that is implemented further down in PingPong::onLinkUp 140 140 141 logging_info( "pinging overlay neighbors with ping id " << ++pingId ); 141 pingId++; 142 logging_info( "pinging overlay neighbors with ping id " << pingId ); 142 143 PingPongMessage pingmsg( pingId, name ); 143 144
Note:
See TracChangeset
for help on using the changeset viewer.