Make ASSERT2 mention msg even when debug is off (avoid warnings)
[ghc-hetmet.git] / rts / Capability.h
index 71c0ff6..959ab50 100644 (file)
@@ -238,6 +238,7 @@ void freeCapability (Capability *cap);
 // FOr the GC:
 void markSomeCapabilities (evac_fn evac, void *user, nat i0, nat delta);
 void markCapabilities (evac_fn evac, void *user);
+void traverseSparkQueues (evac_fn evac, void *user);
 
 /* -----------------------------------------------------------------------------
  * INLINE functions... private below here