Re: [PATCH v4 03/17] trailer: read and process config information

2014-01-31 Thread Eric Sunshine
On Thu, Jan 30, 2014 at 1:49 AM, Christian Couder wrote: > This patch implements reading the configuration > to get trailer information, and then processing > it and storing it in a doubly linked list. > > The config information is stored in the list > whose first item is pointed to by: > > static

[PATCH v4 03/17] trailer: read and process config information

2014-01-29 Thread Christian Couder
This patch implements reading the configuration to get trailer information, and then processing it and storing it in a doubly linked list. The config information is stored in the list whose first item is pointed to by: static struct trailer_item *first_conf_item; Signed-off-by: Christian Couder