Changeset 1162:d9b136a87245 in roaraudio for roarclients/roarctl.c


Ignore:
Timestamp:
01/24/09 02:00:26 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added whoami call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarctl.c

    r1160 r1162  
    608608   } 
    609609 
     610  } else if ( !strcmp(k, "whoami") ) { 
     611   printf("My client ID is: %i\n", roar_get_clientid(&con)); 
    610612  } else if ( !strcmp(k, "serveroinfo") ) { 
    611613   server_oinfo(&con); 
Note: See TracChangeset for help on using the changeset viewer.