aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_kx.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 23:03:50 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:54:59 +0100
commit68c407cc882ed77a938e6280d6f68d89c31de49f (patch)
treeefe09f8af0f3118bae7c1e26a80045dbc0456f2f /src/core/gnunet-service-core_kx.c
parente75790fb7db64ed8c49356502119ee0fec1ce0e2 (diff)
downloadgnunet-68c407cc882ed77a938e6280d6f68d89c31de49f.tar.gz
gnunet-68c407cc882ed77a938e6280d6f68d89c31de49f.zip
-DOC: Documentation cleanup pass through CORE subsystem
Diffstat (limited to 'src/core/gnunet-service-core_kx.c')
-rw-r--r--src/core/gnunet-service-core_kx.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/gnunet-service-core_kx.c b/src/core/gnunet-service-core_kx.c
index da62b6458..b203f4902 100644
--- a/src/core/gnunet-service-core_kx.c
+++ b/src/core/gnunet-service-core_kx.c
@@ -1889,12 +1889,6 @@ GSC_NEIGHBOURS_get_queue_length (const struct GSC_KeyExchangeInfo *kxinfo)
1889} 1889}
1890 1890
1891 1891
1892/**
1893 * Check if the given neighbour has excess bandwidth available.
1894 *
1895 * @param target neighbour to check
1896 * @return #GNUNET_YES if excess bandwidth is available, #GNUNET_NO if not
1897 */
1898int 1892int
1899GSC_NEIGHBOURS_check_excess_bandwidth (const struct GSC_KeyExchangeInfo *kxinfo) 1893GSC_NEIGHBOURS_check_excess_bandwidth (const struct GSC_KeyExchangeInfo *kxinfo)
1900{ 1894{