Add SSH_BIN compile-time option
Clarify documentation of internal netconf message struct
This commit is contained in:
parent
407860ccc7
commit
100f15b699
9 changed files with 67 additions and 9 deletions
|
|
@ -53,7 +53,7 @@ enum format_enum{
|
|||
|
||||
/* Protocol message header */
|
||||
struct clicon_msg {
|
||||
uint32_t op_len; /* length of message. network byte order. */
|
||||
uint32_t op_len; /* length of whole message: body+header, network byte order. */
|
||||
uint32_t op_id; /* session-id. network byte order. */
|
||||
char op_body[0]; /* rest of message, actual data */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue