Changeset 2666:7b09a76c181b in roaraudio


Ignore:
Timestamp:
09/12/09 22:19:20 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

child vs. parent callbacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/container_framework.h

    r2665 r2666  
    5050  ssize_t (*write)(struct cont_fw_parent_inst * self, struct cont_fw_child * child, void *buf, size_t len); 
    5151  int     (*flush)(struct cont_fw_parent_inst * self, struct cont_fw_child * child); 
    52  } cb; 
     52  int     (*close)(struct cont_fw_parent_inst * self, struct cont_fw_child * child); 
     53 } scb; 
     54 struct { 
     55  int     (*close)(struct cont_fw_parent_inst * self); 
     56 } pcb; 
    5357}; 
    5458 
Note: See TracChangeset for help on using the changeset viewer.