Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 9:56:44 PM (18 years ago)
Author:
patrick
Message:

extending networknode interface, removed some compiler warnings and some old network stuff

File:
1 edited

Legend:

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

    r9572 r9582  
    2929#include "debug.h"
    3030
    31 
     31#include "monitor/network_monitor.h"
    3232
    3333
     
    8585  assert(SharedNetworkData::getInstance()->isProxyServerActive());
    8686
    87   byte data[INTSIZE];
     87  byte data[2 * INTSIZE];
     88  // write the userId in the message
     89  assert( Converter::intToByteArray( userId, data, INTSIZE ) == INTSIZE );
     90  // and the ip as an int
    8891
    8992  assert( Converter::intToByteArray( userId, data, INTSIZE ) == INTSIZE );
Note: See TracChangeset for help on using the changeset viewer.