Changeset 2716:71a515e56396 in roaraudio


Ignore:
Timestamp:
09/15/09 00:54:17 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

open CF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/container_framework.c

    r2713 r2716  
    150150 // no error possible here. 
    151151 cont_fw_init_vio(&(ss->vio), self); 
    152  ss->ready = 1; 
    153  
    154 // streams_set_fh(id, -1); // update some internal structures 
     152// ss->ready = 1; 
     153 
     154 streams_set_fh(id, -2); // update some internal structures 
    155155 
    156156 ROAR_DBG("cont_fw_new_child(inst=%p, id=%i) = 0", inst, id); 
Note: See TracChangeset for help on using the changeset viewer.