diff options
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index 10542ba21..440cdbbf0 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -69,6 +69,7 @@ class Cpu; | |||
| 69 | class ExclusiveMonitor; | 69 | class ExclusiveMonitor; |
| 70 | class FrameLimiter; | 70 | class FrameLimiter; |
| 71 | class PerfStats; | 71 | class PerfStats; |
| 72 | class Reporter; | ||
| 72 | class TelemetrySession; | 73 | class TelemetrySession; |
| 73 | 74 | ||
| 74 | struct PerfStatsResults; | 75 | struct PerfStatsResults; |
| @@ -290,6 +291,8 @@ public: | |||
| 290 | 291 | ||
| 291 | const std::map<VAddr, std::string, std::greater<>>& GetRegisteredNSOModules() const; | 292 | const std::map<VAddr, std::string, std::greater<>>& GetRegisteredNSOModules() const; |
| 292 | 293 | ||
| 294 | const Reporter& GetReporter() const; | ||
| 295 | |||
| 293 | private: | 296 | private: |
| 294 | System(); | 297 | System(); |
| 295 | 298 | ||