summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/types.h b/src/types.h
index edc84f8..e29943c 100644
--- a/src/types.h
+++ b/src/types.h
@@ -89,8 +89,7 @@ typedef enum fastd_poll_type {
typedef enum fastd_task_type {
TASK_TYPE_UNSPEC = 0, /**< Unspecified task type */
TASK_TYPE_MAINTENANCE, /**< Scheduled maintenance */
- TASK_TYPE_HANDSHAKE, /**< Scheduled handshake */
- TASK_TYPE_PEER, /**< Peer maintenance */
+ TASK_TYPE_PEER, /**< Peer maintenance (handshake, reset, keepalive) */
} fastd_task_type_t;