Show
Ignore:
Timestamp:
03/30/09 21:38:53 (15 years ago)
Author:
trnewman
Message:

Added libvtcross functionality. Made socketcomm a little more robust. Added libvtcross demo application to illustrate how to use the lib.

Files:
1 modified

Legend:

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

    r217 r222  
    353353        int16_t commandPort; 
    354354 
     355        int32_t ceSocketFD; 
     356        int32_t commandSocketFD; 
     357        int32_t policySocketFD; 
     358 
    355359        Utility *utils; 
    356360        Parameter *params;