* src/native/native.hpp (NativeAgent, NativeAgents): Added new classes for
[cacao.git] / src / vm / vm.hpp
index 30242d4f07e6b604d212c121d4f6059b27269307..e57c1b958054cb535c55b124c168451ddc70f5ef 100644 (file)
@@ -77,6 +77,9 @@ private:
 #endif
        NativeLibraries _nativelibraries; ///< Native library table.
        NativeMethods   _nativemethods;   ///< Native methods table.
+#if defined(ENABLE_JVMTI)
+       NativeAgents    _nativeagents;    ///< Native agents table.
+#endif
        SuckClasspath   _suckclasspath;   ///< Classpath entries list.
 
 public: