OptionalSettings.ignore_signals

Set of signals to ignore. Delivery of the signals specified in this set will have no effect on the application -- they are not passed to the default signal handler.

struct OptionalSettings
int[] ignore_signals;

Meta