comparison VSs.h @ 14:b2bc97318262

bug fix -- always turn SlotTaskSlv into ExtraTaskSlv inside request handler
author Sean Halle <seanhalle@yahoo.com>
date Thu, 23 Aug 2012 01:27:26 -0700
parents 2bf83f932705
children 1ffd5df22df9 a60399b62614
comparison
equal deleted inserted replaced
13:b0f1cb59bf97 14:f8103dc9423a
227 ThreadSlv 227 ThreadSlv
228 }; 228 };
229 229
230 typedef struct 230 typedef struct
231 { 231 {
232 int32 highestTransEntered; 232 int32 highestTransEntered;
233 TransListElem *lastTransEntered; 233 TransListElem *lastTransEntered;
234 bool32 needsTaskAssigned; 234 bool32 needsTaskAssigned;
235 VSsTaskStub *taskStub; 235 VSsTaskStub *taskStub;
236 enum VSsSlvType slaveType; 236 enum VSsSlvType slaveType;
237 } 237 }
238 VSsSemData; 238 VSsSemData;
239 239
240 //=========================================================================== 240 //===========================================================================
241 241