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 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev