net/conn: complete the list_tail member

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an 2022-02-07 11:10:31 +08:00 committed by Alan Carvalho de Assis
parent 39e142243d
commit c5dda27ec2
1 changed files with 1 additions and 0 deletions

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 */
};