Manage control interface.
More...
#include <ucommon/linked.h>
#include <ucommon/thread.h>
#include <ucommon/shell.h>
#include <ucommon/string.h>
#include <sipwitch/namespace.h>
Include dependency graph for control.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures
Server control interfaces and functions.
More...
Namespaces
Common namespace for sipwitch server.
Macros
#define
DEBUG2 (shell::loglevel_t(((unsigned)shell::DEBUG0 + 1)))
#define
DEBUG3 (shell::loglevel_t(((unsigned)shell::DEBUG0 + 2)))
Detailed Description
Manage control interface.
This manages code for the server control interface. Access to the control interface is shared between the server and plugins.
Definition in file control.h.
Macro Definition Documentation
#define DEBUG1 shell::DEBUG0
#define DEBUG2 (shell::loglevel_t(((unsigned)shell::DEBUG0 + 1)))
#define DEBUG3 (shell::loglevel_t(((unsigned)shell::DEBUG0 + 2)))