#include <nufw.h>
#include <nubase.h>
Include dependency graph for audit.c:

Go to the source code of this file.
Functions | |
| void | process_poll (int signum) |
| void | process_usr1 (int signum) |
| void | process_usr2 (int signum) |
| void | process_hup (int signum) |
Signal handlers:
Definition in file audit.c.
| void process_hup | ( | int | signum | ) |
Restart current TLS connection.
Definition at line 84 of file audit.c.
References connected, DEBUG_LEVEL_FATAL, forced_reconnect, log_printf(), nuauth_conn::mutex, nu_client_reset(), session, shutdown_tls(), and tls.
Here is the call graph for this function:

| void process_poll | ( | int | signum | ) |
| void process_usr1 | ( | int | signum | ) |
Increase debug verbosity.
Definition at line 59 of file audit.c.
References debug_level, DEBUG_LEVEL_FATAL, and log_printf().
Here is the call graph for this function:

| void process_usr2 | ( | int | signum | ) |
Decrease debug verbosity.
Definition at line 72 of file audit.c.
References debug_level, DEBUG_LEVEL_FATAL, and log_printf().
Here is the call graph for this function:

1.4.7