(file) Return to header.h CVS log (file) (dir) Up to [OMI] / omi / protocol

Diff for /omi/protocol/header.h between version 1.1 and 1.4

version 1.1, 2012/05/30 22:47:49 version 1.4, 2015/04/20 18:19:56
Line 45 
Line 45 
  
 #define PROTOCOL_MAGIC 0xB1A87E2F #define PROTOCOL_MAGIC 0xB1A87E2F
  
 #define PROTOCOL_VERSION 0x00010000 /* 1.0.0 */  #define PROTOCOL_VERSION CONFIG_VERSION_MASK
  
 #define PROTOCOL_HEADER_MAX_PAGES 64 #define PROTOCOL_HEADER_MAX_PAGES 64
  
Line 67 
Line 67 
     /*ATTN pointer has to be padded to 64 bit for 32/64 compatability */     /*ATTN pointer has to be padded to 64 bit for 32/64 compatability */
  
     /* A correlation identifier borne by matching request and response */     /* A correlation identifier borne by matching request and response */
     MI_Uint64 msgID;      MI_Uint64 operationId;
 } }
 HeaderBase; HeaderBase;
  


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

ViewCVS 0.9.2