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}
This commit is contained in:
parent
efa966b608
commit
4db68e609b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user