grammar updates
[mono.git] / mono / metadata / threadpool.h
index b225e6b3889bdef872fc2a68a2c6c80fcf8cca9b..d858f7662d98a2eea5f8682ab1af73048a1e6655 100644 (file)
@@ -4,7 +4,8 @@
 #include <mono/metadata/object.h>
 #include <mono/metadata/reflection.h>
 
-extern int mono_worker_threads;
+extern int mono_max_worker_threads;
+extern int busy_worker_threads;
 
 MonoAsyncResult *
 mono_thread_pool_add     (MonoObject *target, MonoMethodMessage *msg,