comparison probes.c @ 73:d8f12351f7cc

generic VMS lib
author Merten Sach <msach@mailbox.tu-berlin.de>
date Thu, 02 Jun 2011 12:36:14 +0200
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