Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

Handling
[Apache Portability Runtime library]


Typedefs

typedef void apr_sigfunc_t (int)

Functions

apr_sigfunc_tapr_signal (int signo, apr_sigfunc_t *func)
const char * apr_signal_description_get (int signum)
const char * apr_signal_get_description (int signum)
void apr_signal_init (apr_pool_t *pglobal)

Typedef Documentation

typedef void apr_sigfunc_t(int)
 

Function prototype for signal handlers


Function Documentation

apr_sigfunc_t* apr_signal int  signo,
apr_sigfunc_t func
 

Set the signal handler function for a given signal

Parameters:
signo The signal (eg... SIGWINCH)
func the function to get called

const char* apr_signal_description_get int  signum  ) 
 

Get the description for a specific signal number

Parameters:
signum The signal number
Returns:
The description of the signal

const char* apr_signal_get_description int  signum  ) 
 

Deprecated:
See also:
apr_signal_description_get

void apr_signal_init apr_pool_t pglobal  ) 
 

APR-private function for initializing the signal package


Generated on Wed Mar 24 15:18:10 2004 for Apache Portable Runtime by doxygen 1.3.6