Port: cast result of be64toh() to uint64_t for print format
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 11 Jul 2017 18:48:40 +0000 (14:48 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 19 Jul 2017 19:28:22 +0000 (15:28 -0400)
commitba412a2f47d0ac68aede645178d9808fd1be100c
treea85be3ddcb32ea38849cdc49fc30fe9d29325ee4
parent9b0d4b3c906eb0f134b945980ad66857c37bfa2b
Port: cast result of be64toh() to uint64_t for print format

The type of the return value of be64toh() can vary from unsigned long to
unsigned long long across platforms, cast it to the longer type before
printing.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/lttng-live/viewer-connection.c
This page took 0.024032 seconds and 4 git commands to generate.