list: Add re-defined double-linked list API from liburcu
commit627b1d172d19372dc43248cfe680521743efd826
authorVadim Kochan <vadim4j@gmail.com>
Thu, 21 Apr 2016 18:47:38 +0000 (21 21:47 +0300)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 22 Apr 2016 13:26:16 +0000 (22 15:26 +0200)
treee10e28cfe6b5493a6a4d410ab01a3c18abdfbe14
parent0f6b6059d9d4d36e1132af423ccac33267e910a5
list: Add re-defined double-linked list API from liburcu

Add definitions for list structure & functions without cds_/CDS_ prefix.
The purpose of this change is to use such linked-list in sorting or
ordering some kind of items (e.g. flowtop - flows, columns).

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
list.h [new file with mode: 0644]