mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 15:23:24 +00:00
Added options posixmq-maxmsg and posixmq-msgsize
This commit is contained in:
parent
663a6bb012
commit
25d2f746d9
7 changed files with 79 additions and 10 deletions
|
@ -10,6 +10,8 @@ extern const struct addrdesc xioaddr_posixmq_read;
|
|||
extern const struct addrdesc xioaddr_posixmq_receive;
|
||||
extern const struct addrdesc xioaddr_posixmq_send;
|
||||
|
||||
extern const struct optdesc opt_posixmq_maxmsg;
|
||||
extern const struct optdesc opt_posixmq_msgsize;
|
||||
extern const struct optdesc opt_posixmq_priority;
|
||||
extern const struct optdesc opt_posixmq_flush;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue