aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/io_modules/forwarder/forwarder.h
diff options
context:
space:
mode:
authorMichele Papalini <micpapal@cisco.com>2022-09-29 13:53:38 +0000
committerGerrit Code Review <gerrit@fd.io>2022-09-29 13:53:38 +0000
commit29647f687c8dadc90e2ba4d3a772eee09a1a4f1b (patch)
tree82e321ccbe834e0c0d5faa3c175e10f93ccacbff /libtransport/src/io_modules/forwarder/forwarder.h
parentd0c49cbf2887412e3b661d84032077db35c6d236 (diff)
parent7fd052761d21bfa38839a27cc9d03ef77a01f411 (diff)
Merge "fix(rtc-production-protocol): do not modify packet just after sending it"
Diffstat (limited to 'libtransport/src/io_modules/forwarder/forwarder.h')
-rw-r--r--libtransport/src/io_modules/forwarder/forwarder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtransport/src/io_modules/forwarder/forwarder.h b/libtransport/src/io_modules/forwarder/forwarder.h
index 9ad989fcd..1022bf81b 100644
--- a/libtransport/src/io_modules/forwarder/forwarder.h
+++ b/libtransport/src/io_modules/forwarder/forwarder.h
@@ -54,7 +54,7 @@ class Forwarder {
Connector::Ptr getConnector(Connector::Id id);
- void send(Packet &packet);
+ void send(Packet &packet, Connector::Id id);
void stop();