diff options
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r-- | runtime/runtime.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 20db628a75..b91cb0c9be 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -657,6 +657,10 @@ class Runtime { void AttachAgent(const std::string& agent_arg); + const std::list<ti::Agent>& GetAgents() const { + return agents_; + } + RuntimeCallbacks* GetRuntimeCallbacks(); void InitThreadGroups(Thread* self); |