comparison 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
comparison
equal deleted inserted replaced
121:864a3ff86623 124:cd9c1cff31c1
172 172
173 //plugin related 173 //plugin related
174 SlaveAssigner slaveAssigner; 174 SlaveAssigner slaveAssigner;
175 RequestHandler requestHandler; 175 RequestHandler requestHandler;
176 void *semanticEnv; 176 void *semanticEnv;
177 VMSCommNode *commSystemTopNode; //performance info for assigner
177 178
178 //Slave creation 179 //Slave creation
179 int32 numSlavesCreated; //gives ordering to processor creation 180 int32 numSlavesCreated; //gives ordering to processor creation
180 int32 numSlavesAlive; //used to detect fail-safe shutdown 181 int32 numSlavesAlive; //used to detect fail-safe shutdown
181 182