33 : _slot(new Slot(neighbor, bundle))
42 : neighbor(n), bundle(b), _completed(false), _aborted(false), _abort_reason(
TransferAbortedEvent::REASON_UNDEFINED)
46 BundleTransfer::Slot::~Slot()
51 }
else if (_completed) {
61 return _slot->neighbor;
71 _abort_reason = reason;
75 void BundleTransfer::Slot::complete()