diff options
Diffstat (limited to 'src/libcharon/sa/task.h')
-rw-r--r-- | src/libcharon/sa/task.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/sa/task.h b/src/libcharon/sa/task.h index 8bf9217be..c37221a77 100644 --- a/src/libcharon/sa/task.h +++ b/src/libcharon/sa/task.h @@ -131,7 +131,7 @@ struct task_t { * - FAILED if a critical error occurred * - DESTROY_ME if IKE_SA has been properly deleted * - NEED_MORE if another call to build/process needed - * - ALREADY_DONE to cancel all active or passive tasks + * - ALREADY_DONE to cancel task processing * - SUCCESS if task completed */ status_t (*build) (task_t *this, message_t *message); @@ -144,7 +144,7 @@ struct task_t { * - FAILED if a critical error occurred * - DESTROY_ME if IKE_SA has been properly deleted * - NEED_MORE if another call to build/process needed - * - ALREADY_DONE to cancel all active or passive tasks + * - ALREADY_DONE to cancel task processing * - SUCCESS if task completed */ status_t (*process) (task_t *this, message_t *message); |