Show
Ignore:
Timestamp:
03/22/09 15:00:49 (15 years ago)
Author:
bhilburn
Message:

PolicyEngine? code now compiling with new RemoteComponent? struct changes. Still
using old ClientSocket? function.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/include/vtcross/components.h

    r183 r185  
    245245        struct SML_Info *SML; 
    246246 
     247 
     248        /* The RemoteComponent struct represents either the VTCROSS shell or the 
     249         * VTCROSS SML.  If 'SML_present' is false, it is the former. Otherwise, 
     250         * it is the latter. 
     251         */ 
     252        bool SML_present; 
     253        struct RemoteComponent *control; 
     254 
    247255}; 
    248256