cmRtNet.h : cmRtNetSyncMsg_t.label is now the last field in the structure.

This commit is contained in:
kpl 2014-06-14 16:45:37 -07:00
parent 059d9d5e08
commit a07912968f

View File

@ -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