~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

Viewing changes to iocore/net/P_InkBulkIO.h

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2013-05-09 01:00:04 UTC
  • mto: (1.1.11) (5.3.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20130509010004-9fqq9n0adseg3f8w
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
#define INKBIO_SPLIT_REQUEST  0xf1
147
147
 
148
148
/*
149
 
 * These 2 better be the same in user/kernel land
150
 
 */
151
 
#ifndef MAX
152
 
#define MAX(x, y) (x > y ? x : y)
153
 
#endif
154
 
 
155
 
/*
156
149
 * Purposely, under specify the size; we need to leave space for the "terminating" packet.
157
150
 * Every block contains at least 1 request.
158
151
 */