stream: create library instance of stream-manager
This commit is contained in:
@@ -58,6 +58,9 @@
|
||||
* @defgroup networking networking
|
||||
* @ingroup libstrongswan
|
||||
*
|
||||
* @defgroup streams streams
|
||||
* @ingroup networking
|
||||
*
|
||||
* @defgroup plugins plugins
|
||||
* @ingroup libstrongswan
|
||||
*
|
||||
@@ -90,6 +93,7 @@
|
||||
#include "utils/printf_hook.h"
|
||||
#include "utils/utils.h"
|
||||
#include "networking/host_resolver.h"
|
||||
#include "networking/streams/stream_manager.h"
|
||||
#include "processing/processor.h"
|
||||
#include "processing/scheduler.h"
|
||||
#include "processing/watcher.h"
|
||||
@@ -202,6 +206,11 @@ struct library_t {
|
||||
*/
|
||||
watcher_t *watcher;
|
||||
|
||||
/**
|
||||
* Streams and Services
|
||||
*/
|
||||
stream_manager_t *streams;
|
||||
|
||||
/**
|
||||
* resolve hosts by DNS name
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user