Skip to content

Commit d5fd7f6

Browse files
zmq810150896Rbb666
authored andcommitted
Increased the limit on the number of messages
1 parent e9e8b05 commit d5fd7f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/net/sal/include/sal_msg.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ struct unix_conn
5858
int type;
5959
int proto;
6060

61+
#ifdef SAL_USING_AF_UNIX
62+
rt_atomic_t msg_count;
63+
#endif
6164
rt_uint32_t send_timeout;
6265
rt_uint32_t recv_timeout;
6366
rt_wqueue_t wq_read_head;

0 commit comments

Comments
 (0)