1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-09 21:56:33 +00:00

New alias POSIXMQ for POSIXMQ-BIDIRECTIONAL

This commit is contained in:
Gerhard Rieger 2024-11-26 09:01:42 +01:00
parent 1ea37d48c2
commit c4844692f3
3 changed files with 33 additions and 13 deletions

View file

@ -177,6 +177,7 @@ const struct addrname addressnames[] = {
{ "PIPE", &xioaddr_pipe },
#endif
#if WITH_POSIXMQ
{ "POSIXMQ", &xioaddr_posixmq_bidir },
{ "POSIXMQ-BIDIRECTIONAL", &xioaddr_posixmq_bidir },
{ "POSIXMQ-READ", &xioaddr_posixmq_read },
{ "POSIXMQ-RECEIVE", &xioaddr_posixmq_receive },