Re: [LEDE-DEV] [PATCH v2][RFC] procd: service: add data within the service itself

2017-11-09 Thread John Crispin
Hi comments inline On 25/10/17 17:59, Pierre Lebleu wrote: It gives the ability to create data within the service itself. Change since v1: - dump the data inside the service rather than in a "*" instance. Signed-off-by: Pierre Lebleu --- service/service.c | 44

[LEDE-DEV] [PATCH v2][RFC] procd: service: add data within the service itself

2017-10-25 Thread Pierre Lebleu
It gives the ability to create data within the service itself. Change since v1: - dump the data inside the service rather than in a "*" instance. Signed-off-by: Pierre Lebleu --- service/service.c | 44 +--- service/service.h | 3 +++ 2 files changed, 44