19 #ifndef MIRAL_SET_TERMINATOR_H 20 #define MIRAL_SET_TERMINATOR_H 24 namespace mir {
class Server; }
40 void operator()(mir::Server& server)
const;
47 #endif //MIRAL_SET_TERMINATOR_H
std::function< void(int signal)> Terminator
Definition: set_terminator.h:35
Set handler for termination requests. terminator will be called following receipt of SIGTERM or SIGIN...
Definition: set_terminator.h:32
Mir Abstraction Layer.
Definition: active_outputs.h:27