gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 58/90: -DOC: Documentation cleanup pass through SETU subsystem


From: gnunet
Subject: [gnunet] 58/90: -DOC: Documentation cleanup pass through SETU subsystem
Date: Tue, 18 Oct 2022 03:06:57 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit b512a9883116c959474cf547e38fd7944dd9c54d
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Wed Sep 7 21:28:11 2022 +0100

    -DOC: Documentation cleanup pass through SETU subsystem
---
 src/setu/ibf.c | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/src/setu/ibf.c b/src/setu/ibf.c
index c4607c1ba..3978aa3c6 100644
--- a/src/setu/ibf.c
+++ b/src/setu/ibf.c
@@ -343,15 +343,6 @@ ibf_write_slice (const struct InvertibleBloomFilter *ibf,
 }
 
 
-/**
- *  Packs the counter to transmit only the smallest possible amount of bytes 
and
- *  preventing overflow of the counter
- * @param ibf the ibf to write
- * @param start with which bucket to start
- * @param count how many buckets to write
- * @param buf buffer to write the data to
- * @param max bit length of a counter for unpacking
- */
 
 void
 pack_counter (const struct InvertibleBloomFilter *ibf,
@@ -416,15 +407,6 @@ pack_counter (const struct InvertibleBloomFilter *ibf,
 }
 
 
-/**
- *  Unpacks the counter to transmit only the smallest possible amount of bytes 
and
- *  preventing overflow of the counter
- * @param ibf the ibf to write
- * @param start with which bucket to start
- * @param count how many buckets to write
- * @param buf buffer to write the data to
- * @param max bit length of a counter for unpacking
- */
 
 void
 unpack_counter (const struct InvertibleBloomFilter *ibf,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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