]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/AliDimIntNotifier.cxx
Temporary fix, the call to pthread_kill still has to be done correctly
[u/mrichter/AliRoot.git] / MONITOR / AliDimIntNotifier.cxx
index 3157961bfc2839c5657f04b7ca33fffcfbe0e5ca..99de6c2dd26d4e7a502676bbf6866a325e658e23 100644 (file)
@@ -37,7 +37,7 @@ void AliDimIntNotifier::StartTimer()
 {
   fReThreader.Reset();
   fReThreader.TurnOn();
-  pthread_kill(fgMainThreadId, SIGALRM); 
+  pthread_kill((pthread_t)fgMainThreadId, SIGALRM); 
 }
 
 void AliDimIntNotifier::StopTimer()