mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Fix Throughput Profiling Nightly Sanitizer Analysis test case error
PiperOrigin-RevId: 478878990
This commit is contained in:
@@ -93,7 +93,7 @@ class ThroughputRecorder {
|
||||
int64_t payload_id_;
|
||||
absl::Time start_timestamp_;
|
||||
PayloadType payload_type_ = PayloadType::kUnknown;
|
||||
bool is_incoming_;
|
||||
bool is_incoming_ = false;
|
||||
absl::flat_hash_map<Medium, Throughput> throughputs_ ABSL_GUARDED_BY(mutex_);
|
||||
bool success_ = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user