Index: webrtc/p2p/base/transportchannel.h |
diff --git a/webrtc/p2p/base/transportchannel.h b/webrtc/p2p/base/transportchannel.h |
index 5e7adfa9c7e76727ec2a4b79bdcd958c878f8197..a36dcd457f2fdf631fefd9c4dce906fe094d46d3 100644 |
--- a/webrtc/p2p/base/transportchannel.h |
+++ b/webrtc/p2p/base/transportchannel.h |
@@ -130,6 +130,9 @@ class TransportChannel : public sigslot::has_slots<> { |
sigslot::signal5<TransportChannel*, const char*, |
size_t, const rtc::PacketTime&, int> SignalReadPacket; |
+ // Signalled each time a packet is sent on this channel. |
+ sigslot::signal2<TransportChannel*, const rtc::SentPacket&> SignalSentPacket; |
+ |
// This signal occurs when there is a change in the way that packets are |
// being routed, i.e. to a different remote location. The candidate |
// indicates where and how we are currently sending media. |