introduced new logging subsystem using bus:
passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
This commit is contained in:
@@ -23,9 +23,6 @@
|
||||
#ifndef STROKE_INTERFACE_H_
|
||||
#define STROKE_INTERFACE_H_
|
||||
|
||||
#include <config/policies/policy_store.h>
|
||||
#include <config/connections/connection_store.h>
|
||||
#include <config/credentials/credential_store.h>
|
||||
|
||||
|
||||
typedef struct stroke_t stroke_t;
|
||||
@@ -36,17 +33,7 @@ typedef struct stroke_t stroke_t;
|
||||
*
|
||||
* stroke_t allows config manipulation (as whack in pluto).
|
||||
* Messages of type stroke_msg_t's are sent over a unix socket
|
||||
* (/var/run/charon.ctl). stroke_t implements the connections_t
|
||||
* and the policies_t interface, which means it acts as a
|
||||
* configuration backend for those too. stroke_t uses an own
|
||||
* thread to read from the socket.
|
||||
*
|
||||
* @warning DO NOT cast stroke_t to any of the implemented interfaces!
|
||||
* stroke_t implements multiple interfaces, so you must use
|
||||
* stroke_t.interface_xy to access the specific interface! You have
|
||||
* been warned...
|
||||
*
|
||||
* @todo Add clean thread cancellation
|
||||
* (/var/run/charon.ctl).
|
||||
*
|
||||
* @b Constructors:
|
||||
* - stroke_create()
|
||||
|
||||
Reference in New Issue
Block a user