]> 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)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Mon, 23 Sep 2013 09:06:26 +0000 (11:06 +0200)
commitae35c27d1a6da7a8182423f86cfb3a2f76c256c0
tree1012ea6d4515d31f061fc301106f09358b3402df
parent1d6eff17d2e790894f6e0cad6d8953150b30d44e
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