Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 8, 2008, 11:53:58 AM (16 years ago)
Author:
scheusso
Message:

some enhanced memory handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network3/src/network/Synchronisable.cc

    r1245 r1248  
    166166      //(std::memcpy(retVal.data+n, (const void*)(&(i->size)), sizeof(int));
    167167      if( ((*i)->mode & state_) == 0 ){
    168         COUT(4) << "not getting data: " << std::endl;
     168        COUT(5) << "not getting data: " << std::endl;
    169169        continue;  // this variable should only be received
    170170      }
Note: See TracChangeset for help on using the changeset viewer.