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:11:39 +0000 (15:11 -0400)
commit83c78c35b2b4ee71c100f66ad17fadebdeae367d
treea2bde715bbaeb33a952f8eb8198e2e83cedc8cb3
parent20ccd9e16883d4adf91b944a1240d7f4c931aa9a
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.025672 seconds and 4 git commands to generate.