aboutsummaryrefslogtreecommitdiff
path: root/gd/l2cap/internal/scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'gd/l2cap/internal/scheduler.h')
-rw-r--r--gd/l2cap/internal/scheduler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gd/l2cap/internal/scheduler.h b/gd/l2cap/internal/scheduler.h
index 7fd3790ee..32d00cfc9 100644
--- a/gd/l2cap/internal/scheduler.h
+++ b/gd/l2cap/internal/scheduler.h
@@ -48,8 +48,9 @@ class Scheduler {
*
* @param cid The channel to attach to the scheduler.
* @param channel_down_end The ChannelQueueDownEnd associated with the channel to attach to the scheduler.
+ * @param remote_cid The destination endpoint of the packet.
*/
- virtual void AttachChannel(Cid cid, UpperQueueDownEnd* channel_down_end) {}
+ virtual void AttachChannel(Cid cid, UpperQueueDownEnd* channel_down_end, Cid remote_cid) {}
/**
* Detach the channel from the scheduler.