1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/net/sock
Martine Lenders f93ab584d8 sock: make queue_array parameter a pointer
Since sock_tcp_t isn't defined at this moment (only declared) the
compiler is complaining about the use of an array in the parameter list
here.

    sys/include/net/sock/tcp.h:119:32: error: array type has incomplete element type ‘sock_tcp_t {aka struct
sock_tcp}’
                         sock_tcp_t queue_array[], unsigned queue_len,
                                    ^
2016-10-07 15:06:38 +02:00
..
ip.h sock: define behavior on invalid addresses 2016-10-06 21:56:19 +02:00
tcp.h sock: make queue_array parameter a pointer 2016-10-07 15:06:38 +02:00
udp.h sock: define behavior on invalid addresses 2016-10-06 21:56:19 +02:00