You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2016/10/26 18:01:02 UTC

[trafficserver] branch ts-5003 created (now c619216)

This is an automated email from the ASF dual-hosted git repository.

amc pushed a change to branch ts-5003
in repository https://git-dual.apache.org/repos/asf/trafficserver.git.

        at  c619216   TS-5003: Compile fail for 64 bit systems without 128 bit CAS.

This branch includes the following new commits:

       new  c619216   TS-5003: Compile fail for 64 bit systems without 128 bit CAS.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].

[trafficserver] 01/01: TS-5003: Compile fail for 64 bit systems without 128 bit CAS.

Posted by am...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

amc pushed a commit to branch ts-5003
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit c6192166ef5eb23136b09ec970bfb58274cb5dce
Author: Alan M. Carroll <am...@apache.org>
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
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.