Age | Commit message (Collapse) | Author |
|
Once the output buffer is tampered with,
its not acceptable to be kept in the queue anymore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is a formal api to mark done, and IO failures.
Notify topology was created for consistency.
So far, there output fail is unimplemented,
and input fail requires an additional check.
|
|
|
|
|
|
Moved tags API stuff into gr block,
specifically the get tags filters.
The block class now has a simplified interface
for dealing with input and output tags.
Dummy typedefs for PMCs
Tag class now uses PMCs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
due to the return 0 fix, interruptible threads are now optional, and by defualt off
added empty hooks for max/min buffer stuff so its compiling...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added consume flag to know if user called consume
fixes for mini history buff and flag when in use
|
|
|
|
|
|
|
|
* still a bit to clean up
* commented out case of consume zero and 0 reserve for input queues
|
|
|
|
|
|
|
|
|
|
|
|
|