comparison probes.c @ 72:bcd5c73576f6

Added tag Dec27_2010_about_to_add_sched_record for changeset 9c3107044f86
author Me
date Mon, 27 Dec 2010 17:19:56 +0100
parents 7b799a46cc87
children 9ddbb071142d
comparison
equal deleted inserted replaced
5:9f65c4b35908 7:b286608ae8e6
332 332
333 print_probe_helper( probe ); 333 print_probe_helper( probe );
334 } 334 }
335 335
336 336
337 inline void doNothing(){};
337 338
338 void 339 void
339 generic_print_probe( void *_probe ) 340 generic_print_probe( void *_probe )
340 { IntervalProbe *probe; 341 { IntervalProbe *probe;
341 342