poser
A C framework for POsix SERvices
|
declarations for the PSC_Service class More...
#include <poser/decl.h>
Go to the source code of this file.
Macros | |
#define | MAXPANICHANDLERS 8 |
Maximum number of panic handlers that can be registered. | |
Typedefs | |
typedef void(* | PSC_PanicHandler) (const char *msg) |
A handler for a service panic. | |
declarations for the PSC_Service class
typedef void(* PSC_PanicHandler) (const char *msg) |
A handler for a service panic.
msg | the panic message |