poser
A C framework for POsix SERvices
Loading...
Searching...
No Matches
service.h File Reference

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.
 

Detailed Description

declarations for the PSC_Service class

Typedef Documentation

◆ PSC_PanicHandler

typedef void(* PSC_PanicHandler) (const char *msg)

A handler for a service panic.

Parameters
msgthe panic message