Changeset 3653:bcf26c37087a in roaraudio


Ignore:
Timestamp:
04/03/10 02:45:49 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some structs needed for possible select

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio_select.h

    r3517 r3653  
    4444#define ROAR_VIO_SELECT_EXCEPT      0x04 
    4545 
     46struct roar_vio_select_internal { 
     47 int action; 
     48 int fh[3]; 
     49}; 
     50 
     51struct roar_vio_select { 
     52 struct roar_vio_calls * vio; 
     53 int eventsq; 
     54 int eventsa; 
     55 struct roar_vio_select_internal internal; 
     56}; 
     57 
     58struct roar_vio_selectctl { 
     59 int strategy; 
     60}; 
     61 
    4662#endif 
    4763 
Note: See TracChangeset for help on using the changeset viewer.