Changeset 1116:ff626395ea76 in roaraudio for roarclients


Ignore:
Timestamp:
01/14/09 22:14:13 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support for sync flag on sysio streams: (re)set nonblocking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarctl.c

    r1043 r1116  
    394394  } else if ( !strcmp(c, "primary") ) { 
    395395   f |= ROAR_FLAG_PRIMARY; 
     396  } else if ( !strcmp(c, "sync") ) { 
     397   f |= ROAR_FLAG_SYNC; 
    396398  } else { 
    397399   fprintf(stderr, "Error: unknown flag: %s\n", c); 
Note: See TracChangeset for help on using the changeset viewer.