Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison probes.h @ 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 | 9ddbb071142d |
| children | c11b9dcf6d24 0320b49ca013 |
comparison
equal
deleted
inserted
replaced
| 5:edadb5b0eb1d | 6:8d28d2737f50 |
|---|---|
| 122 #define VMS__print_stats_of_probe( probeID ) \ | 122 #define VMS__print_stats_of_probe( probeID ) \ |
| 123 VMS_impl__print_stats_of_probe( probeID ) | 123 VMS_impl__print_stats_of_probe( probeID ) |
| 124 | 124 |
| 125 void | 125 void |
| 126 VMS_impl__print_stats_of_all_probes(); | 126 VMS_impl__print_stats_of_all_probes(); |
| 127 #define VMS__print_stats_of_all_probes \ | 127 #define VMS__print_stats_of_all_probes() \ |
| 128 VMS_impl__print_stats_of_all_probes | 128 VMS_impl__print_stats_of_all_probes() |
| 129 | 129 |
| 130 | 130 |
| 131 #else | 131 #else |
| 132 int32 | 132 int32 |
| 133 VMS_impl__record_time_point_into_new_probe( char *nameStr,VirtProcr *animPr); | 133 VMS_impl__record_time_point_into_new_probe( char *nameStr,VirtProcr *animPr); |
