aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-09 08:24:58 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-09 08:24:58 +0000
commit6a69a20d6847a6a359e3b8eb289bf351fed0651a (patch)
treea6f31f3728d5790f146cb5b5d2f5e0622d5eacbd /src/transport/gnunet-service-transport_neighbours.c
parent5105deda52a78e0aa44b4f86feba98b60a59208b (diff)
downloadgnunet-6a69a20d6847a6a359e3b8eb289bf351fed0651a.tar.gz
gnunet-6a69a20d6847a6a359e3b8eb289bf351fed0651a.zip
-doxygen and stylistic fixes
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 76f8a9984..d7ec1e195 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -391,7 +391,7 @@ struct NeighbourMapEntry
391 /** 391 /**
392 * Time where we should cut the connection (timeout) if we don't 392 * Time where we should cut the connection (timeout) if we don't
393 * make progress in the state machine (or get a KEEPALIVE_RESPONSE 393 * make progress in the state machine (or get a KEEPALIVE_RESPONSE
394 * if we are in #S_CONNECTED). 394 * if we are in #GNUNET_TRANSPORT_PS_CONNECTED).
395 */ 395 */
396 struct GNUNET_TIME_Absolute timeout; 396 struct GNUNET_TIME_Absolute timeout;
397 397