Skinny: tiny change (comment)

This commit is contained in:
Mathieu Parent 2010-05-09 23:24:06 +02:00
parent 3baa799d7f
commit 6a29e56301
1 changed files with 2 additions and 1 deletions

View File

@ -571,10 +571,11 @@ union skinny_data {
/*
* header is length+reserved
* body is type+data
* length is length of body
*/
struct skinny_message {
uint32_t length;
uint32_t reserved;
uint32_t version;
uint32_t type;
union skinny_data data;
};