]> rtime.felk.cvut.cz Git - orte.git/commit
JORTE: fix the '2^32' problem and formatting in debug printf()
authorMartin Vajnar <martin.vajnar@gmail.com>
Sat, 20 Jul 2013 22:06:34 +0000 (00:06 +0200)
committerMartin Vajnar <martin.vajnar@gmail.com>
Sat, 20 Jul 2013 22:06:34 +0000 (00:06 +0200)
commit01cf1927dd271669a551577a41483c1abc8cac96
tree81a5bfede5c63e1a3cc40ae8c380bee7916f23dd
parent1b6f660125236db25c9d6655ddd4f34fdca29d5c
JORTE: fix the '2^32' problem and formatting in debug printf()

This fixes problems with wrong calculation of (2^32) on many occasions
both on the Java and the C side.

Many format strings for printf() are fixed. Display Host ID
and App ID in hexadecimal (as the ortemanager does).
12 files changed:
orte/java/src/org/ocera/orte/tools/CheckType.java
orte/java/src/org/ocera/orte/types/AppInfo.java
orte/java/src/org/ocera/orte/types/NtpTime.java
orte/java/src/org/ocera/orte/types/SequenceNumber.java
orte/libjorte/JORTEDomainAppCreate.c
orte/libjorte/JORTEPublicationPropertiesSet.c
orte/libjorte/JORTEPublicationWaitForSubscriptions.c
orte/libjorte/JORTESubscriptionCreate.c
orte/libjorte/JORTESubscriptionPropertiesSet.c
orte/libjorte/JORTESubscriptionWaitForPublications.c
orte/libjorte/createAppInfo.c
orte/libjorte/setRecvInfo.c