aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2015-09-03 18:04:10 +0000
committerBart Polot <bart@net.in.tum.de>2015-09-03 18:04:10 +0000
commit7f4591909fcadddac2679d7e1568d80f67c18d4b (patch)
tree7800759512db5536dd3d0671a85a2bc31e99bbb6 /src/cadet/gnunet-service-cadet_connection.h
parent31b1ed4f795ee7300958410886c77f4d3459550f (diff)
downloadgnunet-7f4591909fcadddac2679d7e1568d80f67c18d4b.tar.gz
gnunet-7f4591909fcadddac2679d7e1568d80f67c18d4b.zip
Fix #3929: cancel poll towards disconnected neighbor
Diffstat (limited to 'src/cadet/gnunet-service-cadet_connection.h')
-rw-r--r--src/cadet/gnunet-service-cadet_connection.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cadet/gnunet-service-cadet_connection.h b/src/cadet/gnunet-service-cadet_connection.h
index 784d9cf59..645e277b1 100644
--- a/src/cadet/gnunet-service-cadet_connection.h
+++ b/src/cadet/gnunet-service-cadet_connection.h
@@ -460,8 +460,7 @@ GCC_bck_keepalive (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc);
460 * @param peer Peer that disconnected. 460 * @param peer Peer that disconnected.
461 */ 461 */
462void 462void
463GCC_notify_broken (struct CadetConnection *c, 463GCC_neighbor_disconnected (struct CadetConnection *c, struct CadetPeer *peer);
464 struct CadetPeer *peer);
465 464
466/** 465/**
467 * Is this peer the first one on the connection? 466 * Is this peer the first one on the connection?