Exemple #1
0
static void sighup_signal_handler(struct tevent_context *ev,
				struct tevent_signal *se,
				int signum, int count, void *siginfo,
				void *private_data)
{
	debug_schedule_reopen_logs();
}
Exemple #2
0
static void sig_hup(int sig)
{
	debug_schedule_reopen_logs();
}