mirror of
https://github.com/apache/nuttx.git
synced 2026-08-24 06:58:27 +00:00
If a ns_bind message come at between traverse g_rpmsg_cb and add g_rpmsg_cb list, the cb->node has not been added to the g_rpmsg_cb list yet. So rpmsg_ns_bind will not find this callback and not call the cb->ns_bind() to notify the rpmsg services. Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| rpmsg.c | ||
| rpmsg_ping.c | ||
| rpmsg_ping.h | ||
| rpmsg_port.c | ||
| rpmsg_port.h | ||
| rpmsg_port_spi.c | ||
| rpmsg_port_spi_slave.c | ||
| rpmsg_port_uart.c | ||
| rpmsg_router.h | ||
| rpmsg_router_edge.c | ||
| rpmsg_router_hub.c | ||
| rpmsg_virtio_ivshmem.c | ||
| rpmsg_virtio_lite.c | ||