Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 10:07:15 PM (18 years ago)
Author:
patrick
Message:

integration of the networkmonitor into the shared network data, using the new getPeerByUserId

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/proxy/proxy_control.cc

    r9582 r9583  
    8989  assert( Converter::intToByteArray( userId, data, INTSIZE ) == INTSIZE );
    9090  // and the ip as an int
    91 
     91  PeerInfo* pInfo = SharedNetworkData::getInstance()->getNetworkMonitor()->getPeerByUserId(userId);
    9292  assert( Converter::intToByteArray( userId, data, INTSIZE ) == INTSIZE );
    9393
Note: See TracChangeset for help on using the changeset viewer.