Changeset 5378:481cd842e596 in roaraudio for include


Ignore:
Timestamp:
12/24/11 17:47:01 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

started with some flags needed for #127

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio.h

    r5377 r5378  
    5050#define ROAR_VIOF_TRUNC     O_TRUNC 
    5151#define ROAR_VIOF_NONBLOCK  O_NONBLOCK 
     52 
     53#define ROAR_VIO_FLAGS_NONE        0x00000000UL 
     54#define ROAR_VIO_FLAGS_FREESELF    0x00000020UL /* Free the VIO object */ 
    5255 
    5356struct roar_connection; 
Note: See TracChangeset for help on using the changeset viewer.