summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-11-18 03:44:26 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-11-18 03:44:26 +0100
commit5b1d1a36df766dd60eb68b24a5edf4229b68e564 (patch)
treeca098c7f7c8c2044c39752c7bf7bfa0511804738 /src/types.h
parent16e2b0213b54991d9f493d4c0ee7efca18436427 (diff)
downloadfastd-5b1d1a36df766dd60eb68b24a5edf4229b68e564.tar
fastd-5b1d1a36df766dd60eb68b24a5edf4229b68e564.zip
Unify periodic handshakes and peer maintenance
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;