Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 21, 2006, 11:26:03 AM (18 years ago)
Author:
patrick
Message:

hard core debug output enabled. there is a untraceable strange bug. stuck.

File:
1 edited

Legend:

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

    r9374 r9375  
    625625    for ( SynchronizeableList::iterator it = synchronizeables.begin(); it != synchronizeables.end(); it++ )
    626626    {
     627
    627628      int oldOffset = offset;
    628629      Synchronizeable & sync = **it;
     630
    629631
    630632      // do not include synchronizeables with uninit id and syncs that don't want to be synchronized
     
    644646      if ( sync.getLeafClassID() == CL_NULL_PARENT )
    645647        continue;
     648
    646649
    647650      assert( sync.getLeafClassID() != 0);
     
    658661      offset += n;
    659662
    660       // make space for size
     663      // make space for packet size
    661664      offset += INTSIZE;
    662665
Note: See TracChangeset for help on using the changeset viewer.