Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
changeset 122:11740002decf Inter-Master Requests
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 | d4c881c7f03a 73acc2140742 |
| children | 24466227d8bb |
| files | |
| diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/.hgignore Wed Sep 07 13:07:23 2011 +0200 1.3 @@ -0,0 +1,3 @@ 1.4 +syntax: glob 1.5 + 1.6 +*.o
2.1 --- a/probes.c Sat Sep 03 20:41:51 2011 -0700 2.2 +++ b/probes.c Wed Sep 07 13:07:23 2011 +0200 2.3 @@ -338,7 +338,7 @@ 2.4 void 2.5 generic_print_probe( void *_probe ) 2.6 { 2.7 - IntervalProbe *probe = (IntervalProbe *)_probe; 2.8 + //IntervalProbe *probe = (IntervalProbe *)_probe; 2.9 2.10 //TODO segfault in printf 2.11 //print_probe_helper( probe );
