gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8157 - GNUnet/src/include


From: gnunet
Subject: [GNUnet-SVN] r8157 - GNUnet/src/include
Date: Sun, 1 Feb 2009 00:33:45 -0700 (MST)

Author: grothoff
Date: 2009-02-01 00:33:45 -0700 (Sun, 01 Feb 2009)
New Revision: 8157

Modified:
   GNUnet/src/include/gnunet_dht_lib.h
Log:
add

Modified: GNUnet/src/include/gnunet_dht_lib.h
===================================================================
--- GNUnet/src/include/gnunet_dht_lib.h 2009-02-01 07:29:53 UTC (rev 8156)
+++ GNUnet/src/include/gnunet_dht_lib.h 2009-02-01 07:33:45 UTC (rev 8157)
@@ -108,6 +108,18 @@
                     const GNUNET_HashCode * key,
                     unsigned int type, unsigned int size, const char *value);
 
+
+
+/**
+ * Check if this peer has DHT connections to 
+ * any other peer.
+ *
+ * @param sock connection to gnunetd
+ * @return number of connections
+ */
+unsigned long long
+GNUNET_DHT_test_connected(struct GNUNET_ClientServerConnection *sock);
+
 #if 0                           /* keep Emacsens' auto-indent happy */
 {
 #endif





reply via email to

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