--- libaitrpc/inc/aitrpc.h 2012/03/14 13:29:11 1.5.2.6 +++ libaitrpc/inc/aitrpc.h 2012/03/14 15:08:03 1.5.2.7 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.5.2.6 2012/03/14 13:29:11 misho Exp $ +* $Id: aitrpc.h,v 1.5.2.7 2012/03/14 15:08:03 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -86,7 +86,7 @@ SUCH DAMAGE. typedef enum { disable, enable, running, kill, /* for blob.state */ - ok, error, /* for blob reply */ + ok, error, no, /* for blob reply */ get, set, unset /* for blob request */ } cmd_type_t; @@ -165,6 +165,7 @@ struct tagBLOBHdr { uint32_t hdr_var; uint32_t hdr_len; uint32_t hdr_ret; + uint16_t hdr_crc; } __packed; /* Network RPC client & server elements */