Show
Ignore:
Timestamp:
03/26/09 13:23:40 (15 years ago)
Author:
bhilburn
Message:

Making field names more descriptive and easier to read. Also, added a
bug not about a possible segfault.

Files:
1 modified

Legend:

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

    r212 r213  
    340340        int16_t commandPort; 
    341341 
    342         Utility * u; 
    343         Parameter * p; 
    344         Observable * o; 
    345         struct Radio_Info * radio_info; 
     342        Utility *utils; 
     343        Parameter *params; 
     344        Observable *observables; 
     345        struct Radio_Info *radio_info; 
    346346}; 
    347347