Changeset 3761 in Sophya for trunk/AddOn


Ignore:
Timestamp:
May 1, 2010, 12:18:57 AM (15 years ago)
Author:
ansari
Message:

Petit debug, Reza 30/04/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/mfacq.cc

    r3760 r3761  
    293293  for  (int i=0 ;i<bpar.NFibers();i++)  vec_pciw.push_back( pciwp[i]);
    294294  cout <<"mfacq[2] Creating PCIEToEthernet  thread object " << endl;
    295   PCIEToEthernet pci2eth(vec_pciw, bpar.GetParams().GetEthTargets(), bpar.GetParams());
     295  PCIEToEthernet pci2eth(vec_pciw, bpar.GetParams().GetEthTargets(), bpar.GetParams(), bpar.GetParams().tcpportid);
    296296  pci2eth.SetPrintLevel(1);
    297297  pci2eth.SetEthSendBlockSize(bpar.GetParams().eth_transfer_blksz);
Note: See TracChangeset for help on using the changeset viewer.