- Useful purely for debugging.
@@ -170,6 +170,10 @@ public:
}
+ const std::string& GetName() const {
+ return name;
+ }
+
private:
void RegisterWithKernel();
void UnregisterWithKernel();