mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-10-20 05:54:07 +00:00
![]() Previously node id was logged ether as a %d (most often), %u, %x or PRI.32 and ring id ether as %lld, %llx with various separators (., :, /) between rep nodeid and seq. This seems to cause confusion. This patch adds macros CS_PRI_NODE_ID, CS_PRI_RING_ID and CS_PRI_RING_ID_SEQ (CS prefix = corosync, PRI modeled in spirit of inttypes.h PRIx32) and makes code use them. Signed-off-by: Jan Friesse <jfriesse@redhat.com> Reviewed-by: Christine Caulfield <ccaulfie@redhat.com> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.am | ||
parser.c | ||
vq_object.c | ||
vqmain.c | ||
vqsim_vq_engine.c | ||
vqsim.h |