4 * @brief Global used objects
9 * Copyright (C) 2005 Jan Hutter, Martin Willi
10 * Hochschule fuer Technik Rapperswil
12 * This program is free software; you can redistribute it and/or modify it
13 * under the terms of the GNU General Public License as published by the
14 * Free Software Foundation; either version 2 of the License, or (at your
15 * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
17 * This program is distributed in the hope that it will be useful, but
18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
19 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
26 #include <ike_sa_manager.h>
27 #include <queues/send_queue.h>
28 #include <queues/job_queue.h>
29 #include <network/socket.h>
30 #include <queues/event_queue.h>
31 #include <utils/logger_manager.h>
32 #include <configuration_manager.h>
35 extern socket_t
*global_socket
;
36 extern send_queue_t
*global_send_queue
;
37 extern job_queue_t
*global_job_queue
;
38 extern event_queue_t
*global_event_queue
;
39 extern logger_manager_t
*global_logger_manager
;
40 extern ike_sa_manager_t
*global_ike_sa_manager
;
41 extern configuration_manager_t
*global_configuration_manager
;