From a07912968ffdc8b332422cb5e3236c820cfadbd2 Mon Sep 17 00:00:00 2001 From: kpl Date: Sat, 14 Jun 2014 16:45:37 -0700 Subject: [PATCH] cmRtNet.h : cmRtNetSyncMsg_t.label is now the last field in the structure. --- cmRtNet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmRtNet.h b/cmRtNet.h index 47d4ebb..7e07b10 100644 --- a/cmRtNet.h +++ b/cmRtNet.h @@ -48,9 +48,9 @@ extern "C" { { cmRtSysMsgHdr_t hdr; // standard cmRtSys msg header cmRtNetSelId_t selId; // message selector id (See kXXXSelNetId above) - const cmChar_t* label; // node or endpoint label - unsigned id; // endptCnt or endpoint id unsigned rtSubIdx; // cmInvalidIdx or rtSubIdx + unsigned id; // endptCnt or endpoint id + const cmChar_t* label; // node or endpoint label } cmRtNetSyncMsg_t; // NOTE: Messages passed between cmRtNet nodes during the synchronization