guruofquality / gras

GRAS: The GNU Radio Advanced Scheduler
https://github.com/guruofquality/gras/wiki
Other
23 stars 11 forks source link

broke input inlining with token check #79

Closed guruofquality closed 11 years ago

guruofquality commented 11 years ago

Since the buffer queues check that pushed buffer are theirs, buffer inlining cannot work.

The preferable fix may be to implement inlining in the output buffer queue and outside of the buffer queue overloads so they dont know anything about inlining.