This commit is contained in:
Martin Willi
2005-11-18 10:31:56 +00:00
parent 6f17c7d68e
commit 501a41b970
6 changed files with 179 additions and 51 deletions
+2
View File
@@ -27,6 +27,7 @@
#include "packet.h"
#include "ike_sa_id.h"
#include "payloads/ike_header.h"
#include "utils/linked_list.h"
@@ -223,6 +224,7 @@ struct message_s {
status_t (*set_source) (message_t *this, host_t *host);
status_t (*get_destination) (message_t *this, host_t **host);
status_t (*set_destination) (message_t *this, host_t *host);
status_t (*get_payload_iterator) (message_t *this, linked_list_iterator_t **iterator);
/**
* @brief Destroys a message and all including objects