safe_list: add a new linked list variant
authorFelix Fietkau <nbd@openwrt.org>
Mon, 18 Mar 2013 02:58:54 +0000 (03:58 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 18 Mar 2013 04:47:53 +0000 (05:47 +0100)
commit7c11f6e91338eb73a1015606e55798d09369b2e8
tree15a38d87883f82e9ad3dcdf6e26b9b4547201da3
parent00a833c5b6f44c8cf2a7a9838de32d0dc5400a90
safe_list: add a new linked list variant

Use this linked list implementation as a replacement for list.h if you
want to allow deleting arbitrary list entries from within one or more
recursive iterator calling context

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
CMakeLists.txt
safe_list.c [new file with mode: 0644]
safe_list.h [new file with mode: 0644]