- comment cleanups

This commit is contained in:
Martin Willi
2005-12-11 17:36:37 +00:00
parent ba204bddc7
commit 2ed133a80f
2 changed files with 29 additions and 29 deletions
+8 -3
View File
@@ -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.
*