|
|
| version 1.5.2.6, 2012/03/14 13:29:11 | version 1.5.2.7, 2012/03/14 15:08:03 |
|---|---|
| Line 86 SUCH DAMAGE. | Line 86 SUCH DAMAGE. |
| typedef enum { | typedef enum { |
| disable, enable, running, kill, /* for blob.state */ | disable, enable, running, kill, /* for blob.state */ |
| ok, error, /* for blob reply */ | ok, error, no, /* for blob reply */ |
| get, set, unset /* for blob request */ | get, set, unset /* for blob request */ |
| } cmd_type_t; | } cmd_type_t; |
| Line 165 struct tagBLOBHdr { | Line 165 struct tagBLOBHdr { |
| uint32_t hdr_var; | uint32_t hdr_var; |
| uint32_t hdr_len; | uint32_t hdr_len; |
| uint32_t hdr_ret; | uint32_t hdr_ret; |
| uint16_t hdr_crc; | |
| } __packed; | } __packed; |
| /* Network RPC client & server elements */ | /* Network RPC client & server elements */ |