Changeset 3769:14c294155cad in roaraudio for include/libroar/vio_ctl.h


Ignore:
Timestamp:
05/05/10 10:55:36 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support to accept on sockets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio_ctl.h

    r3517 r3769  
    7676#define ROAR_VIO_CTL_SET_NOSYNC          (ROAR_VIO_CTL_GENERIC|0x0150) /* delete call of vio sync() from object */ 
    7777#define ROAR_VIO_CTL_GET_NAME            (ROAR_VIO_CTL_GENERIC|ROAR_VIO_CTL_GET|0x0160) /* get name of VIO */ 
     78#define ROAR_VIO_CTL_ACCEPT              (ROAR_VIO_CTL_GENERIC|0x0170) /* accept(), vio* */ 
    7879 
    7980// get or set data format used for read and write calls, see below 
Note: See TracChangeset for help on using the changeset viewer.