| Index: webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
|
| diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
|
| index 6fc6b862b85e8d91aa0d9453e678688bf4fb36a2..a5d1b0b0d7ae3cb34875a757ea243a14de5ce752 100644
|
| --- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
|
| +++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
|
| @@ -19,6 +19,7 @@
|
| #include "webrtc/base/constructormagic.h"
|
| #include "webrtc/base/deprecation.h"
|
| #include "webrtc/base/optional.h"
|
| +#include "webrtc/common_types.h"
|
| #include "webrtc/modules/include/module.h"
|
| #include "webrtc/modules/rtp_rtcp/include/flexfec_sender.h"
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h"
|
| @@ -92,6 +93,7 @@ class RtpRtcp : public Module {
|
| SendPacketObserver* send_packet_observer = nullptr;
|
| RateLimiter* retransmission_rate_limiter = nullptr;
|
| OverheadObserver* overhead_observer = nullptr;
|
| + RtpKeepAliveConfig keepalive_config;
|
|
|
| private:
|
| RTC_DISALLOW_COPY_AND_ASSIGN(Configuration);
|
|
|