Changeset 438:4343b7a1ec38 in roaraudio for roarclients/roarctl.c


Ignore:
Timestamp:
08/11/08 18:02:19 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added UID/GID support to libroar and roarctl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarctl.c

    r435 r438  
    8080  printf("Player name           : %s\n", c.name); 
    8181  printf("Player PID            : %i\n", c.pid); 
     82  if ( c.uid != -1 ) 
     83   printf("Player UID/GID        : %i/%i\n", c.uid, c.gid); 
    8284  if ( c.execed != -1 ) 
    8385   printf("Execed stream         : %i\n", c.execed); 
Note: See TracChangeset for help on using the changeset viewer.