Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff ProcrContext.c @ 111:b1817e2451b1
add task # to counter stats
| author | Nina Engelhardt |
|---|---|
| date | Fri, 05 Aug 2011 18:03:07 +0200 |
| parents | 659299627e70 |
| children | fac1d896f6e9 |
line diff
1.1 --- a/ProcrContext.c Wed Aug 03 17:05:18 2011 +0200 1.2 +++ b/ProcrContext.c Fri Aug 05 18:03:07 2011 +0200 1.3 @@ -63,6 +63,7 @@ 1.4 newPr->counter_history = VMS__malloc(10*sizeof(void*)); 1.5 newPr->counter_history_array_info = makePrivDynArrayInfoFrom(&(newPr->counter_history),10); 1.6 CounterRecord* newRecord = VMS__malloc(sizeof(CounterRecord)); 1.7 + newRecord->task_position = 0; 1.8 addToDynArray( (void*) newRecord, newPr->counter_history_array_info); 1.9 #endif 1.10 //========================================================================
