Changeset 2324:7ed1fcb4ea77 in roaraudio


Ignore:
Timestamp:
08/06/09 01:53:07 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support to display /virtual/ flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarctl.c

    r2261 r2324  
    320320    if ( info.flags & ROAR_FLAG_ANTIECHO ) 
    321321     strcat(flags, "antiecho "); 
     322    if ( info.flags & ROAR_FLAG_VIRTUAL ) 
     323     strcat(flags, "virtual "); 
    322324 
    323325    printf("Flags                 : %s\n", flags); 
Note: See TracChangeset for help on using the changeset viewer.