mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 22:42:47 +00:00
This patch fixes the compile error when CONFIG_NET_PKT_LOG_LEVEL is LOG_LEVEL_DBG. > subsys/net/ip/net_shell.c: In function ‘context_info’: > subsys/net/ip/net_shell.c:2893:106: error: ‘struct net_buf_pool’ > has no member named ‘avail_count’ > subsys/net/ip/net_shell.c:2893:125: error: ‘struct net_buf_pool’ > has no member named ‘name’ In struct net_buf_pool, 'avail_count' and 'name' are depends on CONFIG_NET_BUF_POOL_USAGE. Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com> |
||
---|---|---|
.. | ||
app_memory | ||
bluetooth | ||
console | ||
cpp | ||
debug | ||
dfu | ||
disk | ||
fb | ||
fs | ||
logging | ||
mgmt | ||
net | ||
power | ||
random | ||
settings | ||
shell | ||
storage | ||
usb | ||
CMakeLists.txt | ||
Kconfig |