On Wed, Jun 15, 2016 at 09:23:11AM +, Fabien Siron wrote:
> Quoting Dmitry V. Levin (2016-06-14 12:03:47)
> > On Mon, Jun 13, 2016 at 02:37:23PM +, Fabien Siron wrote:
> > [...]
> > > +static void
> > > +send_query(const int fd)
> > > +{
> > > + struct {
> > > + struct nlmsg
Quoting Dmitry V. Levin (2016-06-14 12:03:47)
> On Mon, Jun 13, 2016 at 02:37:23PM +, Fabien Siron wrote:
> [...]
> > +static void
> > +send_query(const int fd)
> > +{
> > + struct {
> > + struct nlmsghdr nlh;
> > + char magic[4];
> > + } req = {
> > +
On Mon, Jun 13, 2016 at 02:37:23PM +, Fabien Siron wrote:
[...]
> +static void
> +send_query(const int fd)
> +{
> + struct {
> + struct nlmsghdr nlh;
> + char magic[4];
> + } req = {
> + .nlh = {
> + .nlmsg_len = sizeof(req),
> +