Re: [ovs-dev] Problems to compile OvS

2014-11-05 Thread Flavio Leitner
On Wed, Nov 05, 2014 at 10:46:06AM -0200, Flavio Leitner wrote: > 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 > > rece

Re: [ovs-dev] Problems to compile OvS

2014-11-05 Thread Flavio Leitner
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 > e

[ovs-dev] Problems to compile OvS

2014-11-02 Thread Ederval Pablo Ferreira
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??? Thanks f