Changeset 2818:7ae10f65c79a in roaraudio


Ignore:
Timestamp:
09/30/09 14:20:58 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

more roar_debug_warn_sysio()s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/simple.c

    r2809 r2818  
    6060 struct roar_stream     s; 
    6161 
     62 roar_debug_warn_sysio("roar_simple_stream", "roar_vio_simple_stream", NULL); 
     63 
    6264 return roar_simple_stream_obj(&s, rate, channels, bits, codec, server, dir, name); 
    6365} 
     
    6668 struct roar_connection con; 
    6769 int ret; 
     70 
     71 roar_debug_warn_sysio("roar_simple_stream_obj", NULL, NULL); 
    6872 
    6973 if ( roar_simple_connect(&con, server, name) == -1 ) { 
Note: See TracChangeset for help on using the changeset viewer.