src/vm/vm.c(usage): added information for jvmti agent for jdwp
[cacao.git] / src / native / jvmti / VMjdwp.h
index 86e58439a6f439bd4784a9f5fb7cab450e132b72..235ddf993ad6790c735fa13d7f25c95ebfe7901d 100644 (file)
@@ -39,6 +39,8 @@
 #include "native/jvmti/jvmti.h"
 
 jvmtiEnv* jvmtienv;
-jvmtiEventCallbacks jvmti_jdwp_EventCallbacks;
+extern jvmtiEventCallbacks jvmti_jdwp_EventCallbacks;
+char* jdwpoptions;
+bool suspend;               /* should the virtual machine suspend on startup?  */
 
 #endif