diff options
Diffstat (limited to 'cpp/src/qpid/sys/AggregateOutput.h')
| -rw-r--r-- | cpp/src/qpid/sys/AggregateOutput.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/sys/AggregateOutput.h b/cpp/src/qpid/sys/AggregateOutput.h index 9655e28c6a..1cda4456b4 100644 --- a/cpp/src/qpid/sys/AggregateOutput.h +++ b/cpp/src/qpid/sys/AggregateOutput.h @@ -43,6 +43,8 @@ namespace sys { AggregateOutput(OutputControl& c) : next(0), control(c) {}; //this may be called on any thread void activateOutput(); + void giveReadCredit(int32_t); + //all the following will be called on the same thread bool doOutput(); bool hasOutput(); |
