Changeset 5278:b3e0dd3f3141 in roaraudio for libroar/vio_rtp.c


Ignore:
Timestamp:
11/21/11 00:42:20 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

last parts of merging _nonblock into _ctl and fixed sizeof(cmd) of _ctls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_rtp.c

    r5276 r5278  
    114114 calls->read               = roar_vio_rtp_read; 
    115115 calls->write              = roar_vio_rtp_write; 
    116 // calls->lseek              = roar_vio_rtp_lseek; 
    117116 calls->sync               = roar_vio_rtp_sync; 
    118117 calls->ctl                = roar_vio_rtp_ctl; 
     
    313312} 
    314313 
    315 off_t   roar_vio_rtp_lseek   (struct roar_vio_calls * vio, off_t offset, int whence); 
    316  
    317314int     roar_vio_rtp_sync    (struct roar_vio_calls * vio) { 
    318315 struct roar_rtp_inst * self = vio->inst; 
     
    323320} 
    324321 
    325 int     roar_vio_rtp_ctl     (struct roar_vio_calls * vio, int cmd, void * data) { 
     322int     roar_vio_rtp_ctl     (struct roar_vio_calls * vio, roar_vio_ctl_t cmd, void * data) { 
    326323 struct roar_rtp_inst * self = vio->inst; 
    327324 struct roar_stream          * s    = NULL; 
Note: See TracChangeset for help on using the changeset viewer.