Changeset 2660:1e9569ffa9bb in roaraudio


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

some callbacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/container_framework.h

    r2659 r2660  
    4545struct cont_fw_parent_inst { 
    4646 struct cont_fw_child * child[CONT_FW_MAX_CHILDS]; 
     47 void * u_inst; 
     48 struct { 
     49  ssize_t (*read) (struct cont_fw_parent_inst * self, struct cont_fw_child * child, void *buf, size_t len); 
     50  ssize_t (*write)(struct cont_fw_parent_inst * self, struct cont_fw_child * child, void *buf, size_t len); 
     51  int     (*flush)(struct cont_fw_parent_inst * self, struct cont_fw_child * child); 
     52 } cb; 
    4753}; 
    4854 
Note: See TracChangeset for help on using the changeset viewer.