Re: [PATCH v5 11/40] odb-helper: add odb_helper_init() to send 'init' instruction

2017-09-14 Thread Christian Couder
On Sun, Sep 10, 2017 at 2:12 PM, Lars Schneider wrote: > >> On 03 Aug 2017, at 10:18, Christian Couder >> wrote: >> >> +static void parse_capabilities(char *cap_buf, >> +unsigned int *supported_capabilities, >> +const char *process_name) >>

Re: [PATCH v5 11/40] odb-helper: add odb_helper_init() to send 'init' instruction

2017-09-10 Thread Lars Schneider
> On 03 Aug 2017, at 10:18, Christian Couder wrote: > > Let's add an odb_helper_init() function to send an 'init' > instruction to the helpers. This 'init' instruction is > especially useful to get the capabilities that are supported > by the helpers. > > So while at it, let's also add a parse_

[PATCH v5 11/40] odb-helper: add odb_helper_init() to send 'init' instruction

2017-08-03 Thread Christian Couder
Let's add an odb_helper_init() function to send an 'init' instruction to the helpers. This 'init' instruction is especially useful to get the capabilities that are supported by the helpers. So while at it, let's also add a parse_capabilities() function to parse them and a supported_capabilities va