#include "sighandlers.h"

Public Attributes | |
| sig_handler * | brk_handler |
| sig_handler * | int_handler |
Definition at line 48 of file sighandlers.h.
| sig_handler* interrupt_handler::brk_handler |
Definition at line 51 of file sighandlers.h.
Referenced by catch_interrupts(), ignore_interrupts(), and set_interrupt_handler().
| sig_handler* interrupt_handler::int_handler |
Definition at line 50 of file sighandlers.h.
Referenced by catch_interrupts(), ignore_interrupts(), and set_interrupt_handler().