Changeset 1309:f1a8a148fa2e in roaraudio for include/libroar/vio_pipe.h


Ignore:
Timestamp:
03/19/09 17:15:24 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

got pipe() based vio pipes working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio_pipe.h

    r1304 r1309  
    4444#define ROAR_VIO_PIPE_TYPE_SOCKET     3 
    4545 
    46 #define ROAR_VIO_PIPE_S(self,stream)  ((self->s0) == (stream) ? 0 : 1) 
     46#define ROAR_VIO_PIPE_S(self,stream)   ((self->s0) == (stream) ? 0 : 1) 
     47#define ROAR_VIO_PIPE_SR(self,stream)  ((self->s0) == (stream) ? 1 : 0) 
     48#define ROAR_VIO_PIPE_SF(self,stream)  ROAR_VIO_PIPE_S(self,stream) 
    4749 
    4850struct roar_vio_pipe { 
Note: See TracChangeset for help on using the changeset viewer.