diff --git a/src/charon/daemon.h b/src/charon/daemon.h index 8296aead4..3010f89f6 100644 --- a/src/charon/daemon.h +++ b/src/charon/daemon.h @@ -162,11 +162,10 @@ typedef struct daemon_t daemon_t; */ /** - * @defgroup transactions transactions + * @defgroup tasks tasks * - * Transactions represent a request/response - * message exchange to implement the IKEv2 - * protocol exchange scenarios. + * Tasks process and build message payloads. They are used to create + * and process multiple exchanges. * * @ingroup sa */