Browse Source

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

master
kpl 10 years ago
parent
commit
a07912968f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      cmRtNet.h

+ 2
- 2
cmRtNet.h View File

48
   {
48
   {
49
     cmRtSysMsgHdr_t hdr;      // standard cmRtSys msg  header 
49
     cmRtSysMsgHdr_t hdr;      // standard cmRtSys msg  header 
50
     cmRtNetSelId_t  selId;    // message selector id (See kXXXSelNetId above)
50
     cmRtNetSelId_t  selId;    // message selector id (See kXXXSelNetId above)
51
-    const cmChar_t* label;    // node         or endpoint label
52
-    unsigned        id;       // endptCnt     or endpoint id
53
     unsigned        rtSubIdx; // cmInvalidIdx or rtSubIdx
51
     unsigned        rtSubIdx; // cmInvalidIdx or rtSubIdx
52
+    unsigned        id;       // endptCnt     or endpoint id
53
+    const cmChar_t* label;    // node         or endpoint label
54
   } cmRtNetSyncMsg_t;
54
   } cmRtNetSyncMsg_t;
55
 
55
 
56
   // NOTE: Messages passed between cmRtNet nodes during the synchronization 
56
   // NOTE: Messages passed between cmRtNet nodes during the synchronization 

Loading…
Cancel
Save