I'd propose using inttypes defines to handle this issue portably:
On Tue, 17 Oct 2006, bosi...@osl.iu.edu wrote:
> -#define ORTE_TRANSPORT_KEY_FMT "%016lx-%016lx"
> +#define ORTE_TRANSPORT_KEY_FMT "%016llx-%016llx"
#include
#define ORTE_TRANSPORT_KEY_FMT "%016" PRIx64 "-%016" PRIx64
ch
On Mon, Oct 16, 2006 at 07:22:12PM -0600, Brian Barrett wrote:
> I just committed some code in the TCP OOB component to deal with
> packing / unpacking sockaddr_in structures for cases where there is
> different heterogeneity / padding. I think it's going to require
> some work to make it I