From 4db68e609b21644cc828d62440d5151b03a8834d Mon Sep 17 00:00:00 2001 From: philipel Date: Fri, 17 Feb 2017 06:40:35 -0800 Subject: [PATCH] Added kNotAProbe definiton to PacketInfo. BUG=none NOTRY=True TBR=nisse@webrtc.org, stefan@webrtc.org Review-Url: https://codereview.webrtc.org/2697383004 Cr-Commit-Position: refs/heads/master@{#16668} --- webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h index 364d971837..73571b8dc2 100644 --- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h +++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h @@ -278,6 +278,8 @@ struct PacketInfo { payload_size(payload_size), probe_cluster_id(probe_cluster_id) {} + static constexpr int kNotAProbe = -1; + // Time corresponding to when this object was created. int64_t creation_time_ms; // Time corresponding to when the packet was received. Timestamped with the