Changeset 1319:acdd2e21951b in roaraudio for libroar/vio.c


Ignore:
Timestamp:
03/21/09 04:01:57 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

big steps in direction to vio roar_connection object, roar_*_message() and roar_req() now use temp. VIO objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio.c

    r1314 r1319  
    7979 
    8080ssize_t roar_vio_read (struct roar_vio_calls * vio, void *buf, size_t count) { 
     81 ROAR_DBG("roar_vio_read(vio=%p, buf=%p, count=%u) = ?", vio, buf, (unsigned int)count); 
     82 
    8183 if ( vio == NULL ) 
    8284  return -1; 
Note: See TracChangeset for help on using the changeset viewer.