Changeset 1273:0b026aea0bcb in roaraudio for include/libroar/vio_cmd.h


Ignore:
Timestamp:
02/27/09 16:39:59 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

wait extra long to sync in case of a closeing sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio_cmd.h

    r1269 r1273  
    4444#define ROAR_VIO_CMD_BUFSIZE        1024 
    4545 
     46#define ROAR_VIO_CMD_STATE_NONE     0 
     47#define ROAR_VIO_CMD_STATE_OPEN     1 
     48#define ROAR_VIO_CMD_STATE_CLOSING  2 
     49#define ROAR_VIO_CMD_STATE_CLOSED   3 
     50 
    4651 
    4752// for OpenPGP interface: 
     
    6368 struct roar_vio_calls * next; 
    6469 int options; 
     70 
     71 int state; 
    6572 
    6673 struct roar_vio_cmd_child reader; 
Note: See TracChangeset for help on using the changeset viewer.