Hi,

I still don't get why you need static variable at all.

If you need state, just make it a class member of the xx_impl class
and that will survive across calls to work.
That's the proper way to do it, and that definitely works fine.


Cheers,

   Sylvain

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to