initial support for jvmti
[cacao.git] / src / threads / native / threads.h
index f212f5ea1841e368f19ba8175a43ff51408e26bd..275c1f85f460c90359629b314d61f85b4dd9865f 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: threads.h 2899 2005-07-04 20:41:28Z twisti $
+   $Id: threads.h 3062 2005-07-19 10:03:00Z motse $
 
 */
 
@@ -205,6 +205,8 @@ void thread_registercritical(threadcritnode *);
 u1 *thread_checkcritical(u1*);
 
 extern volatile int stopworldwhere;
+extern threadobject *mainthreadobj;
+
 
 void cast_stopworld();
 void cast_startworld();