~ubuntu-branches/ubuntu/wily/trafficserver/wily

« back to all changes in this revision

Viewing changes to proxy/api/ts/InkAPIPrivateIOCore.h

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2012-12-17 22:28:16 UTC
  • mfrom: (5.1.8 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121217222816-7xwjsx5k76zkb63d
Tags: 3.2.0-1ubuntu1
* Revert FreeBSD strerror_r() fixes that give errors with glibc 2.16.
* Apply patch from Konstantinos Margaritis to define barriers on ARM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
};
65
65
 
66
66
 
67
 
enum TSApiDataType
68
 
{
69
 
  TS_API_DATA_READ_VIO = VCONNECTION_API_DATA_BASE,
70
 
  TS_API_DATA_WRITE_VIO,
71
 
  TS_API_DATA_OUTPUT_VC,
72
 
  TS_API_DATA_CLOSED
73
 
};
74
 
 
75
67
 
76
68
class INKVConnInternal:public INKContInternal
77
69
{