summaryrefslogtreecommitdiff
path: root/cpp/lib/common/framing/ChannelAdapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/lib/common/framing/ChannelAdapter.h')
-rw-r--r--cpp/lib/common/framing/ChannelAdapter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/lib/common/framing/ChannelAdapter.h b/cpp/lib/common/framing/ChannelAdapter.h
index 26cac76aae..c2eba2f4e9 100644
--- a/cpp/lib/common/framing/ChannelAdapter.h
+++ b/cpp/lib/common/framing/ChannelAdapter.h
@@ -87,6 +87,7 @@ class ChannelAdapter : public BodyHandler {
const MethodContext& context) = 0;
RequestId getRequestInProgress() { return requestInProgress; }
+ RequestId getNextSendRequestId() { return requester.getNextId(); }
private:
ChannelId id;