diff ProcrContext.c @ 129:ce02441b77cf

dependency tracking
author Nina Engelhardt
date Mon, 29 Aug 2011 19:12:06 +0200
parents fac1d896f6e9
children fe3ff53b55a6
line diff
     1.1 --- a/ProcrContext.c	Wed Aug 24 16:07:38 2011 +0200
     1.2 +++ b/ProcrContext.c	Mon Aug 29 19:12:06 2011 +0200
     1.3 @@ -61,7 +61,7 @@
     1.4     #endif
     1.5     #ifdef MEAS__PERF_COUNTERS
     1.6     newPr->counter_history = VMS__malloc(10*sizeof(void*));
     1.7 -   newPr->counter_history_array_info = makePrivDynArrayInfoFrom(&(newPr->counter_history),10);
     1.8 +   newPr->counter_history_array_info = makePrivDynArrayInfoFrom((void*)&(newPr->counter_history),10);
     1.9     CounterRecord* newRecord = VMS__malloc(sizeof(CounterRecord));
    1.10     newRecord->task_position = 0;
    1.11     newRecord->vp_id = newPr->procrID;