Changeset 3758:0828b83f016a in roaraudio for include/libroar/basic.h


Ignore:
Timestamp:
05/02/10 03:18:13 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added additional members to msg and con structs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/basic.h

    r3517 r3758  
    5353 int datalen; 
    5454 char data[LIBROAR_BUFFER_MSGDATA]; 
     55 int16_t seq; 
     56 int32_t flags; 
     57 int32_t crc; 
    5558}; 
    5659 
    5760struct roar_connection { 
    5861 int __fh; 
     62 int32_t flags; 
     63 struct roar_vio_calls viocon; 
     64 struct roar_buffer * msgqueue; 
    5965}; 
    6066 
Note: See TracChangeset for help on using the changeset viewer.