@@ -53,10 +53,11 @@ */ @interface OFThread: OFObject { id object; of_thread_t thread; + BOOL running; @public id retval; }