Public Attributes | |
int | global_request_id = 0 |
std::map< int, int > | global_request_id_by_type |
XdsStatsWatcher * | global_watcher |
std::mutex | mu |
std::set< XdsStatsWatcher * > | watchers |
Definition at line 93 of file xds_interop_client.cc.
int StatsWatchers::global_request_id = 0 |
Definition at line 95 of file xds_interop_client.cc.
Definition at line 97 of file xds_interop_client.cc.
XdsStatsWatcher* StatsWatchers::global_watcher |
Definition at line 102 of file xds_interop_client.cc.
std::mutex StatsWatchers::mu |
Definition at line 104 of file xds_interop_client.cc.
std::set<XdsStatsWatcher*> StatsWatchers::watchers |
Definition at line 100 of file xds_interop_client.cc.