提交 6a29e563 authored 作者: Mathieu Parent's avatar Mathieu Parent

Skinny: tiny change (comment)

上级 3baa799d
...@@ -571,10 +571,11 @@ union skinny_data { ...@@ -571,10 +571,11 @@ union skinny_data {
/* /*
* header is length+reserved * header is length+reserved
* body is type+data * body is type+data
* length is length of body
*/ */
struct skinny_message { struct skinny_message {
uint32_t length; uint32_t length;
uint32_t reserved; uint32_t version;
uint32_t type; uint32_t type;
union skinny_data data; union skinny_data data;
}; };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论