Changeset 2659:6480513cf307 in roaraudio


Ignore:
Timestamp:
09/12/09 21:28:33 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

link to parrent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/container_framework.h

    r2658 r2659  
    3030#define CONT_FW_MAX_CHILDS 8 
    3131 
     32struct cont_fw_parent_inst; 
     33 
    3234struct cont_fw_child { 
    3335 int child; 
     
    3739struct cont_fw_child_vio_inst { 
    3840 int child; 
    39  struct cont_fw_child * inst; 
     41 struct cont_fw_child       * inst; 
     42 struct cont_fw_parent_inst * parent; 
    4043}; 
    4144 
Note: See TracChangeset for help on using the changeset viewer.