Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 9:56:47 PM (16 years ago)
Author:
scheusso
Message:

ip address with —ip=address

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/network/GameStateManager.cc

    r590 r599  
    9393  retval->id=id++;
    9494  // reserve a little memory and increase it later on
    95   COUT(2) << "mallocing" << std::endl;
     95  //COUT(2) << "mallocing" << std::endl;
    9696  retval->data = (unsigned char*)malloc(memsize);
    97   COUT(2) << "malloced" << std::endl;
     97  //COUT(2) << "malloced" << std::endl;
    9898
    9999  // offset of memory functions
Note: See TracChangeset for help on using the changeset viewer.