util: List implementation
authorTaekyun Kim <tkq.kim@samsung.com>
Mon, 11 May 2015 08:43:24 +0000 (17:43 +0900)
committerTaekyun Kim <tkq.kim@samsung.com>
Fri, 19 Jun 2015 09:06:40 +0000 (18:06 +0900)
commit97907538476a93fb0d551fcd5fe4698e9ff6d7e1
tree2d409d6cbd44fdbdc801bfe0b28180d545e76e16
parente426d474acee3949f1e2f5ba02253d5c59fcfcd1
util: List implementation

We need something more than wl_list when an item should be contained in
multiple lists. pepper_list_t can do this while it can be used in the same way
with wl_list. Don't use container_of for a node which is internally allocated.

Change-Id: I59aa1536205a6e8b5cf10136cfef19b8c90b1b4b
src/Makefile.am
src/pepper-util.h [new file with mode: 0644]
src/pepper.h