Changeset 9990


Ignore:
Timestamp:
Jul 28, 2011, 1:31:44 PM (13 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/pingpong/PingPong.cpp

    r9989 r9990  
    139139        // function that is implemented further down in PingPong::onLinkUp
    140140
    141         logging_info( "pinging overlay neighbors with ping id " << ++pingId );
     141        pingId++;
     142        logging_info( "pinging overlay neighbors with ping id " << pingId );
    142143        PingPongMessage pingmsg( pingId, name );
    143144
Note: See TracChangeset for help on using the changeset viewer.