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

added cont_fw_set_uinst() and cont_fw_get_uinst()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/container_framework.h

    r2663 r2665  
    5353}; 
    5454 
    55 int     cont_fw_new     (struct cont_fw_parent_inst ** inst); 
    56 int     cont_fw_delete  (struct cont_fw_parent_inst  * inst); 
     55int     cont_fw_new      (struct cont_fw_parent_inst ** inst); 
     56int     cont_fw_delete   (struct cont_fw_parent_inst  * inst); 
     57int     cont_fw_set_uinst(struct cont_fw_parent_inst  * inst, void  * u_inst); 
     58int     cont_fw_get_uinst(struct cont_fw_parent_inst  * inst, void ** u_inst); 
     59 
    5760int     cont_fw_init_vio(struct roar_vio_calls * vio, void * inst); 
    5861ssize_t cont_fw_read    (struct roar_vio_calls * vio, void *buf, size_t count); 
Note: See TracChangeset for help on using the changeset viewer.