aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/threads/kernel_interface.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-11 17:36:37 +0000
committerMartin Willi <martin@strongswan.org>2005-12-11 17:36:37 +0000
commit2ed133a80fad2418f258c0fe8dcf26f5e129f58e (patch)
treeb4e4531784a1a71f50ff3535d198bf2a76a70317 /Source/charon/threads/kernel_interface.h
parentba204bddc769e84baa827b868a2eb3dfc7eb3228 (diff)
downloadstrongswan-2ed133a80fad2418f258c0fe8dcf26f5e129f58e.tar.bz2
strongswan-2ed133a80fad2418f258c0fe8dcf26f5e129f58e.tar.xz
- comment cleanups
Diffstat (limited to 'Source/charon/threads/kernel_interface.h')
-rw-r--r--Source/charon/threads/kernel_interface.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/Source/charon/threads/kernel_interface.h b/Source/charon/threads/kernel_interface.h
index 6cff6a9fa..b73a5bb9a 100644
--- a/Source/charon/threads/kernel_interface.h
+++ b/Source/charon/threads/kernel_interface.h
@@ -40,12 +40,18 @@ typedef struct kernel_interface_t kernel_interface_t;
struct kernel_interface_t {
/**
- * Not yet fully implemented!
+ * @brief Get a SPI from the kernel
+ *
+ * @todo Fix spi range
*/
status_t (*get_spi) (kernel_interface_t *this, host_t *src, host_t *dest, protocol_id_t protocol, bool tunnel_mode, u_int32_t *spi);
/**
- * Not yet fully implemented!
+ * @brief Create an SA.
+ *
+ * @todo Fix reqid and replay_window params
+ *
+ * @todo Cleanup method params
*/
status_t (*add_sa)(kernel_interface_t *this,
host_t *me,
@@ -61,7 +67,6 @@ struct kernel_interface_t {
chunk_t int_key,
bool replace);
-
/**
* @brief Destroys a kernel_interface object.
*