From c5dda27ec2aefa49cd271018889c125747b51247 Mon Sep 17 00:00:00 2001 From: "chao.an" Date: Mon, 7 Feb 2022 11:10:31 +0800 Subject: [PATCH] net/conn: complete the list_tail member Signed-off-by: chao.an --- include/nuttx/net/net.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/nuttx/net/net.h b/include/nuttx/net/net.h index 3c332fe5cc..203239c1d7 100644 --- a/include/nuttx/net/net.h +++ b/include/nuttx/net/net.h @@ -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 */ };