[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] sizeof HELO Message wrong
From: |
Christian Grothoff |
Subject: |
Re: [GNUnet-developers] sizeof HELO Message wrong |
Date: |
Sat, 26 Jul 2003 18:08:52 +0200 |
Am Samstag, 26. Juli 2003 17:00 schrieben Sie:
> Hi!
>
> Now I think there are no alignment problems. I've read that time_t is
> 64-bit on alpha. Change expirationTime to int or maybe it's better to
> define and use types like int32.
Aha! This is great news (fixing 64-bit alignment issues would have been a
huge pain). Hmm. Problem with the int32 is that various syscalls of course
expect 64-bit entities in this case. I think we should add some small
portability layer (src/util/timers.c?) to GNUnet for time-related code. Then
we can eliminate this issue by moving all of the code to "our" time-library.
Any volunteers? :-)
Christian
Re: [GNUnet-developers] sizeof HELO Message wrong, Glenn McGrath, 2003/07/25