This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 55fdbde TS-5003: Compile fail for 64 bit systems without 128 bit
CAS.
55fdbde is described below
commit 55fdbde822b5927b22370b47acc160193faeb64d
Author: Alan M. Carroll <[email protected]>
AuthorDate: Wed Oct 26 12:59:30 2016 -0500
TS-5003: Compile fail for 64 bit systems without 128 bit CAS.
---
lib/ts/ink_queue.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/ts/ink_queue.h b/lib/ts/ink_queue.h
index 0a5c768..2ba2979 100644
--- a/lib/ts/ink_queue.h
+++ b/lib/ts/ink_queue.h
@@ -91,6 +91,7 @@ typedef union {
typedef int64_t version_type;
typedef __int128_t data_type;
#else
+ typedef int64_t version_type;
typedef int64_t data_type;
#endif
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].