Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.h @ 264:3740ac9cffee
Added communication system, given from VMS to the plugin, for use by assigner
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Fri, 09 Nov 2012 04:20:31 -0800 |
| parents | 4c7414df4f0e |
| children |
line diff
1.1 --- a/VMS.h Mon Sep 10 01:26:51 2012 -0700 1.2 +++ b/VMS.h Fri Nov 09 04:20:31 2012 -0800 1.3 @@ -174,6 +174,7 @@ 1.4 SlaveAssigner slaveAssigner; 1.5 RequestHandler requestHandler; 1.6 void *semanticEnv; 1.7 + VMSCommNode *commSystemTopNode; //performance info for assigner 1.8 1.9 //Slave creation 1.10 int32 numSlavesCreated; //gives ordering to processor creation
