Properly install gold as default linker
[deliverable/binutils-gdb.git] / gold / workqueue-internal.h
index 684c65ba071c2866bb69c9cf213b550aaf8bc0d1..764dc91b3d363f4c1cfc7af98700ef8ca2975bda 100644 (file)
@@ -56,7 +56,7 @@ class Workqueue_threader
 
   // Return whether to cancel the current thread.
   virtual bool
-  should_cancel_thread() = 0;
+  should_cancel_thread(int thread_number) = 0;
 
  protected:
   // Get the Workqueue.
@@ -84,7 +84,7 @@ class Workqueue_threader_threadpool : public Workqueue_threader
 
   // Return whether to cancel a thread.
   bool
-  should_cancel_thread();
+  should_cancel_thread(int thread_number);
 
   // Process all tasks.  This keeps running until told to cancel.
   void
This page took 0.024247 seconds and 4 git commands to generate.