net/conn: complete the list_tail member
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
39e142243d
commit
c5dda27ec2
|
@ -227,6 +227,7 @@ struct socket_conn_s
|
|||
*/
|
||||
|
||||
FAR struct devif_callback_s *list;
|
||||
FAR struct devif_callback_s *list_tail;
|
||||
|
||||
/* Connection-specific content may follow */
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue