Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison probes.c @ 164:6b629059c7ab
add counter evaluation script (has to be backed up somewhere...)
| author | Nina Engelhardt |
|---|---|
| date | Thu, 15 Sep 2011 18:54:18 +0200 |
| parents | 9ddbb071142d |
| children | 0b49fd35afc1 7cff4e13d5c4 f6d81915512c |
comparison
equal
deleted
inserted
replaced
| 8:ee75f63fd44f | 9:14e4eb1c022c |
|---|---|
| 336 inline void doNothing(){}; | 336 inline void doNothing(){}; |
| 337 | 337 |
| 338 void | 338 void |
| 339 generic_print_probe( void *_probe ) | 339 generic_print_probe( void *_probe ) |
| 340 { | 340 { |
| 341 IntervalProbe *probe = (IntervalProbe *)_probe; | 341 //IntervalProbe *probe = (IntervalProbe *)_probe; |
| 342 | 342 |
| 343 //TODO segfault in printf | 343 //TODO segfault in printf |
| 344 //print_probe_helper( probe ); | 344 //print_probe_helper( probe ); |
| 345 } | 345 } |
| 346 | 346 |
