Ignore:
Timestamp:
09/13/09 03:26:00 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

get basics working together with RAUM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/container_framework.h

    r2683 r2696  
    4343 struct cont_fw_child_vio_inst * child[CONT_FW_MAX_CHILDS]; 
    4444 void * u_inst; 
     45 int state; 
     46 struct { 
     47  int id; 
     48  int codec; 
     49  struct roar_stream_server  * stream; 
     50  struct roar_codecfilter    * filter; 
     51 } stream; 
    4552 struct { 
    4653  ssize_t (*read) (struct cont_fw_parent_inst * self, struct cont_fw_child_vio_inst * child, void *buf, size_t len); 
Note: See TracChangeset for help on using the changeset viewer.