~measurement-factory/squid/bag5

« back to all changes in this revision

Viewing changes to src/fs/rock/RockIoRequests.cc

  • Committer: Alex Rousskov
  • Date: 2013-08-16 15:40:14 UTC
  • mfrom: (12501.2.58 collapsed-fwd)
  • Revision ID: rousskov@measurement-factory.com-20130816154014-od2kncs1egeerazs
Merged from collapsed-fwd (r12587) to get initial Collapsed Forwarding
support and Large Rock/Store fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
}
17
17
 
18
18
Rock::WriteRequest::WriteRequest(const ::WriteRequest &base,
19
 
                                 const IoState::Pointer &anSio,
20
 
                                 const bool last):
 
19
                                 const IoState::Pointer &anSio):
21
20
        ::WriteRequest(base),
22
21
        sio(anSio),
23
 
        isLast(last)
 
22
        sidCurrent(-1),
 
23
        sidNext(-1),
 
24
        eof(false)
24
25
{
25
26
}