stream: create library instance of stream-manager

This commit is contained in:
Martin Willi
2013-07-18 16:00:28 +02:00
parent d6ff53940f
commit 2ba276017d
5 changed files with 13 additions and 5 deletions
+9
View File
@@ -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
*/