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
..
2016-03-30 18:56:02 +02:00
2015-12-08 11:27:03 +01:00
2016-04-11 21:46:53 +02:00
2016-09-28 07:09:23 +02:00
2015-09-11 16:32:36 +02:00
2016-03-01 18:29:15 +01:00
2016-09-27 20:40:04 +02:00
2015-08-31 15:18:42 +02:00
2016-10-07 15:06:38 +02:00
2015-12-08 11:27:03 +01:00
2016-01-26 16:54:29 -08:00
2016-06-05 14:29:03 +02:00
2015-08-22 14:27:00 +02:00
2015-12-08 11:27:03 +01:00
2015-06-15 12:32:13 +02:00
2016-04-11 21:46:53 +02:00
2016-07-25 15:11:24 +02:00
2016-01-23 16:04:05 +01:00
2016-09-30 14:57:05 +02:00
2015-12-02 05:53:52 -05:00
2015-09-11 16:32:36 +02:00
2016-03-23 22:39:46 +01:00
2016-09-23 20:23:42 +02:00
2016-03-30 15:56:25 +02:00
2016-07-27 00:15:27 +02:00
2016-09-27 20:40:04 +02:00
2015-12-08 11:27:03 +01:00
2015-08-14 17:18:35 +02:00
2016-03-01 18:33:29 +01:00
2016-10-04 17:22:54 +02:00
2015-08-22 14:27:00 +02:00
2016-04-11 17:03:28 +02:00