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/Synchronisable.cc

    r592 r599  
    115115  int n=0;
    116116  for(i=syncList.begin(); n<datasize && i!=syncList.end(); ++i){
    117     COUT(2) << "size of variable: " << i->size << std::endl;
    118     COUT(2) << "size of variable: " << i->size << std::endl;
    119117    //COUT(2) << "size of variable: " << i->size << std::endl;
    120118    //(std::memcpy(retVal.data+n, (const void*)(&(i->size)), sizeof(int));
Note: See TracChangeset for help on using the changeset viewer.