Some whitespace and code cleanups concerning the mediation extension.

This commit is contained in:
Tobias Brunner
2010-02-02 15:53:22 +01:00
parent dc5969242f
commit 41faec0791
3 changed files with 10 additions and 12 deletions
+2 -2
View File
@@ -95,7 +95,7 @@ struct task_manager_t {
*
* @param message message to add payloads to
* @return
* - DESTROY_ME if IKE_SA must be closed
* - DESTROY_ME if IKE_SA must be closed
* - SUCCESS otherwise
*/
status_t (*process_message) (task_manager_t *this, message_t *message);
@@ -121,7 +121,7 @@ struct task_manager_t {
*
* @param message_id ID of the message to retransmit
* @return
* - INVALID_STATE if retransmission not required
* - INVALID_STATE if retransmission not required
* - SUCCESS if retransmission sent
*/
status_t (*retransmit) (task_manager_t *this, u_int32_t message_id);