[ovs-dev] Problems to compile OvS

Flavio Leitner fbl at redhat.com
Wed Nov 5 12:46:06 UTC 2014


On Sun, Nov 02, 2014 at 08:17:31PM -0200, Ederval Pablo Ferreira wrote:
> Hi. I am trying to implement bitmap sketch in OvS. Whem I try to call the
> bitmap_allocation of the bitmap.h file in flow.c, during compilation I
> receive "implicit declaration of function bitmap_allocation"... Why such
> error??
> 
> Does anyone have any example of a bitmap implemented in OvS???

bitmap_allocation is a static inline function in , so
are you sure flow.c includes bitmap.h?

fbl



More information about the dev mailing list