net/conn: complete the list_tail member

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an
2022-02-10 15:04:33 -03:00
committed by Alan Carvalho de Assis
parent 39e142243d
commit c5dda27ec2
+1
View File
@@ -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 */
};