Changeset 71:6426d93defd0 in roaraudio for libroar/socket.c


Ignore:
Timestamp:
07/12/08 15:07:26 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support to quit the server if all clients are gone and we are in --no-listen mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/socket.c

    r70 r71  
    167167  snprintf(fhstr, 7, "%i", socks[1]); 
    168168 
    169   execlp("roard", "roard", "--no-listen", "--client-fh", fhstr, NULL); 
     169  execlp("roard", "roard", "--terminate", "--no-listen", "--client-fh", fhstr, NULL); 
    170170 
    171171  // we are still alive? 
Note: See TracChangeset for help on using the changeset viewer.