well done, John.
should we also changed ink_queue_load_64 to
void
ink_queue_load_64(void *dst, void *src)
{
#if (defined(__i386__) || defined(__arm__)) && (SIZEOF_VOIDP == 4)
__sync_fetch_and_add((int64_t*)&(src), 0)
#else
*(void**)dst = *(void**)src;
#endif
}
If not, could you please explai
On 3/21/13 2:14 PM, Miles Libbey wrote:
Hi Folks-
Realized that a bunch of our committers do not have access to edit the Traffic
Server wiki. I took a stab at going through the authorized users, but, the
interface is not very friendly. So far I have these users:
(
ushacharUri Shachar
wandering
Hi Folks-
Realized that a bunch of our committers do not have access to edit the Traffic
Server wiki. I took a stab at going through the authorized users, but, the
interface is not very friendly. So far I have these users:
(Username User)
amc@network-geographics.comAlan M. Carroll
andrewhsu@apac
Sounds interesting:D
On Thu, Mar 21, 2013 at 1:55 AM, Igor Galić wrote:
>
> Hey folks,
>
> I just added CRUFT.txt to our Git repo. This is a file to track
> all the ugly fixes, workarounds for broken compilers, libraries,
> OSes and hardware, or, just plain laziness. I've added two
> samples o