Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff probes.c @ 122:11740002decf
merged default to move inter master communication to new branch
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 07 Sep 2011 13:07:23 +0200 |
| parents | 9ddbb071142d |
| children | 0b49fd35afc1 7cff4e13d5c4 f6d81915512c |
line diff
1.1 --- a/probes.c Sat Sep 03 20:41:51 2011 -0700 1.2 +++ b/probes.c Wed Sep 07 13:07:23 2011 +0200 1.3 @@ -338,7 +338,7 @@ 1.4 void 1.5 generic_print_probe( void *_probe ) 1.6 { 1.7 - IntervalProbe *probe = (IntervalProbe *)_probe; 1.8 + //IntervalProbe *probe = (IntervalProbe *)_probe; 1.9 1.10 //TODO segfault in printf 1.11 //print_probe_helper( probe );
