# HG changeset patch # User Merten Sach # Date 1315393643 -7200 # Node ID 11740002decf122703b2612afe5f2219df9f79df # Parent d4c881c7f03af0b8666a7a3ce1f92de6f27fa6d0# Parent 73acc214074205419bb6d5a4f45796a64bbb2f81 merged default to move inter master communication to new branch diff -r d4c881c7f03a -r 11740002decf .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Wed Sep 07 13:07:23 2011 +0200 @@ -0,0 +1,3 @@ +syntax: glob + +*.o diff -r d4c881c7f03a -r 11740002decf probes.c --- a/probes.c Sat Sep 03 20:41:51 2011 -0700 +++ b/probes.c Wed Sep 07 13:07:23 2011 +0200 @@ -338,7 +338,7 @@ void generic_print_probe( void *_probe ) { - IntervalProbe *probe = (IntervalProbe *)_probe; + //IntervalProbe *probe = (IntervalProbe *)_probe; //TODO segfault in printf //print_probe_helper( probe );