aboutsummaryrefslogtreecommitdiff
path: root/src/dhtu
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 23:55:39 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:55:00 +0100
commitc2f6e093f6816870161f2efdd12a9346876ad7c8 (patch)
treedfcbf880f1b2f7cda338b93b9a99cd7eaf9330cf /src/dhtu
parent68c407cc882ed77a938e6280d6f68d89c31de49f (diff)
downloadgnunet-c2f6e093f6816870161f2efdd12a9346876ad7c8.tar.gz
gnunet-c2f6e093f6816870161f2efdd12a9346876ad7c8.zip
-DOC: Documentation cleanup pass through DHT Underlay subsystem
Diffstat (limited to 'src/dhtu')
-rw-r--r--src/dhtu/plugin_dhtu_gnunet.c2
-rw-r--r--src/dhtu/plugin_dhtu_ip.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/dhtu/plugin_dhtu_gnunet.c b/src/dhtu/plugin_dhtu_gnunet.c
index b072be2be..b0cee7e01 100644
--- a/src/dhtu/plugin_dhtu_gnunet.c
+++ b/src/dhtu/plugin_dhtu_gnunet.c
@@ -424,7 +424,7 @@ core_disconnect_cb (void *cls,
424 * @param cls a `struct Plugin` 424 * @param cls a `struct Plugin`
425 * @param peer id of the peer, NULL for last call 425 * @param peer id of the peer, NULL for last call
426 * @param hello hello message for the peer (can be NULL) 426 * @param hello hello message for the peer (can be NULL)
427 * @param error message 427 * @param err_msg message
428 */ 428 */
429static void 429static void
430peerinfo_cb (void *cls, 430peerinfo_cb (void *cls,
diff --git a/src/dhtu/plugin_dhtu_ip.c b/src/dhtu/plugin_dhtu_ip.c
index 612d2c119..06d0f0f60 100644
--- a/src/dhtu/plugin_dhtu_ip.c
+++ b/src/dhtu/plugin_dhtu_ip.c
@@ -303,7 +303,6 @@ create_target (struct Plugin *plugin,
303 * 303 *
304 * @param plugin the plugin handle 304 * @param plugin the plugin handle
305 * @param pid presumed identity of the target 305 * @param pid presumed identity of the target
306 * @param src source target is from, or NULL if unknown
307 * @param addr socket address to find 306 * @param addr socket address to find
308 * @param addrlen number of bytes in @a addr 307 * @param addrlen number of bytes in @a addr
309 * @return matching target object 308 * @return matching target object