Changeset 5619:16fe78ec277c in roaraudio for libroar/socket.c


Ignore:
Timestamp:
08/09/12 00:01:15 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Implemented watchdog (Closes: #291)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/socket.c

    r5554 r5619  
    11761176  return -1; 
    11771177 } else if ( r == 0 ) { // we are the child 
     1178  roar_watchdog_stop(); 
     1179 
    11781180  close(socks[0]); 
    11791181 
     
    11891191  // we are still alive? 
    11901192  ROAR_ERR("roar_socket_open_ssh(*): alive after exec(), that's bad!"); 
    1191   _exit(1); 
     1193  ROAR_U_EXIT(1); 
    11921194 } else { // we are the parent 
    11931195  close(socks[1]); 
Note: See TracChangeset for help on using the changeset viewer.