pstore2
Classes | Typedefs | Functions
signal_helpers.hpp File Reference
#include <cerrno>
#include <csignal>
Include dependency graph for signal_helpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pstore::errno_saver
 

Typedefs

using pstore::signal_function = void(*)(int)
 

Functions

signal_function pstore::register_signal_handler (int signo, signal_function func)