Changeset 5276:0eb24ca6810e in roaraudio for libroar/vio_rtp.c


Ignore:
Timestamp:
11/20/11 18:36:49 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

merged VIO's _nonblock() into _ctl() (Closes: #135)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_rtp.c

    r5111 r5276  
    115115 calls->write              = roar_vio_rtp_write; 
    116116// calls->lseek              = roar_vio_rtp_lseek; 
    117  calls->nonblock           = roar_vio_rtp_nonblock; 
    118117 calls->sync               = roar_vio_rtp_sync; 
    119118 calls->ctl                = roar_vio_rtp_ctl; 
     
    316315off_t   roar_vio_rtp_lseek   (struct roar_vio_calls * vio, off_t offset, int whence); 
    317316 
    318 int     roar_vio_rtp_nonblock(struct roar_vio_calls * vio, int state) { 
    319  struct roar_rtp_inst * self = vio->inst; 
    320  
    321  ROAR_DBG("roar_vio_rtp_nonblock(vio=%p, state=%i) = ?", vio, state); 
    322  
    323  return roar_vio_nonblock(self->vio, state); 
    324 } 
    325  
    326317int     roar_vio_rtp_sync    (struct roar_vio_calls * vio) { 
    327318 struct roar_rtp_inst * self = vio->inst; 
Note: See TracChangeset for help on using the changeset viewer.