Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.h @ 131:395f58384a5c
dot output
| author | Nina Engelhardt |
|---|---|
| date | Thu, 15 Sep 2011 17:31:33 +0200 |
| parents | ce02441b77cf |
| children | aefd87f9d12f d7c0c0a8187a |
line diff
1.1 --- a/VMS.h Wed Sep 07 13:26:30 2011 +0200 1.2 +++ b/VMS.h Thu Sep 15 17:31:33 2011 +0200 1.3 @@ -276,6 +276,10 @@ 1.4 Dependency** dependencies; 1.5 PrivDynArrayInfo* dependenciesInfo; 1.6 #endif 1.7 + #ifdef MEAS__PERF_COUNTERS // 1.8 + CounterRecord** counter_history; 1.9 + PrivDynArrayInfo* counter_history_array_info; 1.10 + #endif 1.11 } 1.12 MasterEnv; 1.13
