comparison VMS.h @ 131:395f58384a5c

dot output
author Nina Engelhardt
date Thu, 15 Sep 2011 17:31:33 +0200
parents ce02441b77cf
children aefd87f9d12f d7c0c0a8187a
comparison
equal deleted inserted replaced
56:37fc927fc9b3 57:a8546b3ee725
273 FILE* counteroutput; 273 FILE* counteroutput;
274 #endif 274 #endif
275 #ifdef DETECT_DEPENDENCIES 275 #ifdef DETECT_DEPENDENCIES
276 Dependency** dependencies; 276 Dependency** dependencies;
277 PrivDynArrayInfo* dependenciesInfo; 277 PrivDynArrayInfo* dependenciesInfo;
278 #endif
279 #ifdef MEAS__PERF_COUNTERS //
280 CounterRecord** counter_history;
281 PrivDynArrayInfo* counter_history_array_info;
278 #endif 282 #endif
279 } 283 }
280 MasterEnv; 284 MasterEnv;
281 285
282 //========================= Extra Stuff Data Strucs ======================= 286 //========================= Extra Stuff Data Strucs =======================