~ubuntu-branches/ubuntu/jaunty/squid3/jaunty-security

« back to all changes in this revision

Viewing changes to src/client_side_request.h

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2008-04-03 01:34:07 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080403013407-g4ppxoyao3efx50n
Tags: 3.0.STABLE4-1

New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
/*
3
 
 * $Id: client_side_request.h,v 1.32 2007/08/13 17:20:51 hno Exp $
 
3
 * $Id: client_side_request.h,v 1.32.2.1 2008/02/25 23:08:50 amosjeffries Exp $
4
4
 *
5
5
 *
6
6
 * SQUID Web Proxy Cache          http://www.squid-cache.org/
183
183
    BodyPipe::Pointer icapBodySource;
184
184
 
185
185
    bool request_satisfaction_mode;
186
 
    off_t request_satisfaction_offset;
 
186
    int64_t request_satisfaction_offset;
187
187
#endif
188
188
};
189
189