summaryrefslogtreecommitdiffstats
path: root/src/task.c
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/task.c
parent16e2b0213b54991d9f493d4c0ee7efca18436427 (diff)
downloadfastd-5b1d1a36df766dd60eb68b24a5edf4229b68e564.tar
fastd-5b1d1a36df766dd60eb68b24a5edf4229b68e564.zip
Unify periodic handshakes and peer maintenance
Diffstat (limited to 'src/task.c')
-rw-r--r--src/task.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/task.c b/src/task.c
index 079fc4a..8a95b06 100644
--- a/src/task.c
+++ b/src/task.c
@@ -51,10 +51,6 @@ static void handle_task(void) {
maintenance();
break;
- case TASK_TYPE_HANDSHAKE:
- fastd_peer_handle_handshake_task(task);
- break;
-
case TASK_TYPE_PEER:
fastd_peer_handle_task(task);
break;