aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/daemon.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-08-28 08:45:22 +0000
committerMartin Willi <martin@strongswan.org>2006-08-28 08:45:22 +0000
commit4c23a8c9ecc8ad175ccce9fb956c8b540f4f592e (patch)
treeca6f5936644f88ec10cc798539d11fd7e97b6754 /src/charon/daemon.h
parent834b2ce2e2d1406f366f78bb49b31db5fb4d7863 (diff)
downloadstrongswan-4c23a8c9ecc8ad175ccce9fb956c8b540f4f592e.tar.bz2
strongswan-4c23a8c9ecc8ad175ccce9fb956c8b540f4f592e.tar.xz
moved interface enumeration code to socket, where it belongs
query interfaces every time we need it to respect changes in network config added address listing on startup and "ipsec statusall"
Diffstat (limited to 'src/charon/daemon.h')
-rw-r--r--src/charon/daemon.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/charon/daemon.h b/src/charon/daemon.h
index 4c2423a03..b3ba35fb8 100644
--- a/src/charon/daemon.h
+++ b/src/charon/daemon.h
@@ -32,7 +32,6 @@
#include <threads/thread_pool.h>
#include <threads/stroke_interface.h>
#include <network/socket.h>
-#include <network/interfaces.h>
#include <sa/ike_sa_manager.h>
#include <queues/send_queue.h>
#include <queues/job_queue.h>
@@ -278,11 +277,6 @@ struct daemon_t {
socket_t *socket;
/**
- * A interfaces_t instance.
- */
- interfaces_t *interfaces;
-
- /**
* A send_queue_t instance.
*/
send_queue_t *send_queue;