摘要: openwrt中用到双向无头链表,实际应用时应在外部定义实体链表头,后续可直接应用链表函数(宏定义已将链表头排除在外): static struct list_head timeouts = LIST_HEAD_INIT(timeouts);static struct list_head proce 阅读全文
posted @ 2017-12-09 23:29 yuxi_o 阅读(628) 评论(0) 推荐(0)