numam-spdk/lib/thread
Nick Connolly 2a51824a54 lib/thread: Use PRIu64 for portability
POSIX defines PRId64/PRIu64/PRIx64 for printing 64-bit values in a
portable way. Replace a reference to %lu to remove the assumption
about the size of a long.

Signed-off-by: Nick Connolly <nick.connolly@mayadata.io>
Change-Id: I622fd43e7acf2cb93d3ba4ba9e9367e6dd064a74
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9663
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
2021-09-29 08:58:28 +00:00
..
Makefile thread: Change direct accesses to poller outside lib/thread to helper functions 2021-05-13 10:03:44 +00:00
spdk_thread.map thread: Make the definition of struct spdk_io_channel private 2021-06-25 05:01:45 +00:00
thread_internal.h thread: speed up io_channel lookup by using rbtree 2021-07-16 07:11:53 +00:00
thread.c lib/thread: Use PRIu64 for portability 2021-09-29 08:58:28 +00:00