Changeset 2830:da8c0589a3f2 in roaraudio


Ignore:
Timestamp:
10/03/09 00:08:48 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

debug lion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/container_framework.c

    r2829 r2830  
    257257 
    258258ssize_t cont_pvio_write   (struct roar_vio_calls * vio, void *buf, size_t count) { 
     259 ROAR_DBG("cont_pvio_write(vio=%p, buf=%p, count=%lu) = ?", vio, buf, (unsigned long) count); 
    259260 return stream_vio_s_write(((struct cont_fw_parent_inst*)(vio->inst))->stream.stream, buf, count); 
    260261} 
Note: See TracChangeset for help on using the changeset viewer.