Project import generated by Copybara.
GitOrigin-RevId: 852dfb05d450167899c0dd5ef7c45622a12e865b
This commit is contained in:
committed by
Hadon Nash
parent
d144e564d8
commit
de4fbc10e6
@@ -118,8 +118,8 @@ class OutputStreamManager {
|
||||
std::vector<Mirror> mirrors_;
|
||||
|
||||
mutable absl::Mutex stream_mutex_;
|
||||
Timestamp next_timestamp_bound_ GUARDED_BY(stream_mutex_);
|
||||
bool closed_ GUARDED_BY(stream_mutex_);
|
||||
Timestamp next_timestamp_bound_ ABSL_GUARDED_BY(stream_mutex_);
|
||||
bool closed_ ABSL_GUARDED_BY(stream_mutex_);
|
||||
};
|
||||
|
||||
} // namespace mediapipe
|
||||
|
||||
Reference in New Issue
Block a user