diff probes.c @ 135:0b49fd35afc1

distributed free working -app sends a VMSSemReqst to his Master which send a request to a different Master -Master send the request directly -The request structure is freed by the sender, when the request was handled There are still problems on shutdown. The shutdownVPs are all allocated by one Master which is likly to be terminated
author Merten Sach <msach@mailbox.tu-berlin.de>
date Fri, 16 Sep 2011 20:08:28 +0200
parents 96e273d9f66f
children
line diff
     1.1 --- a/probes.c	Fri Sep 16 16:19:24 2011 +0200
     1.2 +++ b/probes.c	Fri Sep 16 20:08:28 2011 +0200
     1.3 @@ -113,7 +113,7 @@
     1.4     VMSSemReq reqData;
     1.5  
     1.6     reqData.reqType  = createProbe;
     1.7 -   reqData.nameStr  = nameStr;
     1.8 +   reqData.data  = (void*)nameStr;
     1.9  
    1.10     VMS__send_VMSSem_request( &reqData, animPr );
    1.11