>
> > diff --git a/lib/automake.mk b/lib/automake.mk
> > index 3f984d9..ca6c890 100644
> > --- a/lib/automake.mk
> > +++ b/lib/automake.mk
> > @@ -150,6 +150,8 @@ lib_libopenvswitch_la_SOURCES = \
> >         lib/ovs-atomic-locked.h \
> >         lib/ovs-atomic-pthreads.h \
> >         lib/ovs-atomic.h \
> > +       lib/ovs-numa.c \
> > +       lib/ovs-numa.h \
> This looks POSIX specific. Can you include it only for ! WIN32.
>
> (I hope functionally non-POSIX platforms would still work with this
> series).
>
>


Thx Guru, for pointing this out, there are POSIX specific functions.

I'll add dummy interface for the WIN32 case.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to