diff 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
line diff
     1.1 --- a/VSs.h	Tue Aug 21 17:42:07 2012 +0200
     1.2 +++ b/VSs.h	Thu Aug 23 01:27:26 2012 -0700
     1.3 @@ -229,11 +229,11 @@
     1.4   
     1.5  typedef struct
     1.6   {
     1.7 -   int32          highestTransEntered;
     1.8 -   TransListElem *lastTransEntered;
     1.9 -   bool32         needsTaskAssigned;
    1.10 -   VSsTaskStub   *taskStub;
    1.11 -   enum VSsSlvType     slaveType;
    1.12 +   int32           highestTransEntered;
    1.13 +   TransListElem  *lastTransEntered;
    1.14 +   bool32          needsTaskAssigned;
    1.15 +   VSsTaskStub    *taskStub;
    1.16 +   enum VSsSlvType slaveType;
    1.17   }
    1.18  VSsSemData;
    1.19