mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
Skinny: tiny change (comment)
This commit is contained in:
parent
3baa799d7f
commit
6a29e56301
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user