[Olsr-dev] Ignoring signals

Mitar (spam-protected)
Sat Apr 3 00:46:25 CEST 2010


Hi!

Could you add SIGUSR1 and SIGUSR2 to signal-handlers block with ignore
action (default is program termination) so that plugins could use
those signals but if OLSR instance does not have given plugin enabled
sending those signal would not terminate OLSR?

signal(SIGUSR1, SIG_IGN);
signal(SIGUSR2, SIG_IGN);


Mitar




More information about the Olsr-dev mailing list