Diff for /libaitrpc/inc/aitrpc.h between versions 1.8.2.12 and 1.8.2.13

version 1.8.2.12, 2012/05/16 13:32:47 version 1.8.2.13, 2012/05/16 13:47:15
Line 80  SUCH DAMAGE. Line 80  SUCH DAMAGE.
 #define CALL_BLOBCLIENTS_ID     65529  #define CALL_BLOBCLIENTS_ID     65529
 #define CALL_BLOBVARS           "rpcBLOBServerVars"  #define CALL_BLOBVARS           "rpcBLOBServerVars"
 #define CALL_BLOBVARS_ID        65528  #define CALL_BLOBVARS_ID        65528
 #define CALL_BLOBSTATE          "rpcBLOBServerState"  
 #define CALL_BLOBSTATE_ID       65527  
   
 #define CALL_SRVSHUTDOWN        "rpcServerShutdown"  #define CALL_SRVSHUTDOWN        "rpcServerShutdown"
 #define CALL_SRVSHUTDOWN_ID     65534  #define CALL_SRVSHUTDOWN_ID     65534
Line 164  struct tagBLOBHdr { Line 162  struct tagBLOBHdr {
         uint32_t        hdr_ret;          uint32_t        hdr_ret;
         uint16_t        hdr_crc;          uint16_t        hdr_crc;
         uint8_t         hdr_pad;          uint8_t         hdr_pad;
} __packed;} __packed;                     /* size == 22 bytes */
   
 /* Network RPC client & server elements */  /* Network RPC client & server elements */
   

Removed from v.1.8.2.12  
changed lines
  Added in v.1.8.2.13


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>