Changeset 5373:8da157c10483 in roaraudio for include/libroar/libroar.h


Ignore:
Timestamp:
12/21/11 19:02:52 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:
  • Updated config structure
  • Added a flag to ask libroar to only connect to local servers
  • Added a way to override fork()
  • added support for +internal
File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r5367 r5373  
    202202int roar_usleep(uint_least32_t t); 
    203203int roar_sleep(int t); 
     204pid_t roar_fork(const struct roar_libroar_forkapi * api); 
    204205 
    205206// call this function after we fork/exec()ed or similar. 
Note: See TracChangeset for help on using the changeset viewer.