Code

utils llist: Added lookup callback type to be used for llist_search.
authorSebastian Harl <sh@tokkee.org>
Mon, 30 Sep 2013 16:16:26 +0000 (18:16 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 30 Sep 2013 16:16:26 +0000 (18:16 +0200)
commit94500efc2f62a72f54bc1b21e458f311bdbffb42
treebca74609775c9cb49840666351289840b6f4ccd5
parentbe8fe81410d8f9b14debc388248d233b95b26a2d
utils llist: Added lookup callback type to be used for llist_search.

Lookups should be more flexible than comparing two objects.
src/include/utils/llist.h
src/utils/llist.c