comparison VSs.h @ 25:5bc52d3eae7d

new brch -- ML_dev -- changing VMS to style allows mix and match of langlets
author Sean Halle <seanhalle@yahoo.com>
date Mon, 03 Sep 2012 03:26:12 -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