[lxc-devel] [PATCH] fork off a task to delete ovs ports when done

Serge Hallyn serge.hallyn at ubuntu.com
Thu Jan 28 11:43:08 UTC 2016


Quoting Stéphane Graber (stgraber at ubuntu.com):
> > diff --git a/src/lxc/network.c b/src/lxc/network.c
> > index 3417928..49633ab 100644
> > --- a/src/lxc/network.c
> > +++ b/src/lxc/network.c
> > @@ -36,6 +36,7 @@
> >  #include <sys/socket.h>
> >  #include <sys/param.h>
> >  #include <sys/ioctl.h>
> > +#include <sys/inotify.h>
> 
> Where is that include used?

In a previous version of this patch where I used inotify
before remembering that sysfs doesn't support it :)

Can you drop this line inline, or should I send a new patch?


More information about the lxc-devel mailing list