Changeset 3802:958585351e28 in roaraudio for roard/include/roard.h


Ignore:
Timestamp:
05/07/10 23:15:25 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

converted listen socket handling mostly to VIOs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/roard.h

    r3800 r3802  
    146146#ifdef ROAR_SUPPORT_LISTEN 
    147147struct roard_listen { 
    148  int socket; 
     148 int used; 
     149 struct roar_vio_calls sock; 
    149150 int proto; 
    150151 union { 
Note: See TracChangeset for help on using the changeset viewer.