]> git.sesse.net Git - casparcg/blob - common/os/linux/signal_handlers.cpp
Made the server more portable
[casparcg] / common / os / linux / signal_handlers.cpp
1 #include "../general_protection_fault.h"
2
3 namespace caspar {
4
5 void install_gpf_handler()
6 {
7         // TODO: implement
8 }
9
10 void ensure_gpf_handler_installed_for_thread(
11                 const char* thread_description)
12 {
13         // TODO: implement
14 }
15
16 }