gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r31517 - gnunet/src/dv


From: gnunet
Subject: [GNUnet-SVN] r31517 - gnunet/src/dv
Date: Wed, 18 Dec 2013 12:31:29 +0100

Author: wachs
Date: 2013-12-18 12:31:29 +0100 (Wed, 18 Dec 2013)
New Revision: 31517

Modified:
   gnunet/src/dv/plugin_transport_dv.c
Log:
new timeout function


Modified: gnunet/src/dv/plugin_transport_dv.c
===================================================================
--- gnunet/src/dv/plugin_transport_dv.c 2013-12-18 11:31:04 UTC (rev 31516)
+++ gnunet/src/dv/plugin_transport_dv.c 2013-12-18 11:31:29 UTC (rev 31517)
@@ -742,7 +742,13 @@
   return GNUNET_SYSERR;
 }
 
+static void
+dv_plugin_update_session_timeout (void *cls,
+                                  const struct GNUNET_PeerIdentity *peer,
+                                  struct Session *session)
+{
 
+}
 
 /**
  * Function to obtain the network type for a session
@@ -821,6 +827,7 @@
   api->query_keepalive_factor = &dv_plugin_query_keepalive_factor;
   api->get_session = &dv_get_session;
   api->get_network = &dv_get_network;
+  api->update_session_timeout = &dv_plugin_update_session_timeout;
   return api;
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]