Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison probes.c @ 196:7cff4e13d5c4
remove old second default head
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Fri, 10 Feb 2012 12:05:17 +0100 |
| parents | 96e273d9f66f |
| children | 6db9e4898978 |
comparison
equal
deleted
inserted
replaced
| 9:14e4eb1c022c | 11:0d7faa583cdf |
|---|---|
| 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 |
