gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -add API todo


From: gnunet
Subject: [gnunet] branch master updated: -add API todo
Date: Wed, 19 Aug 2020 11:21:29 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 6c1e93877 -add API todo
6c1e93877 is described below

commit 6c1e93877194aa2c0cbd50a3636a1532dd521e3b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Aug 19 11:15:13 2020 +0200

    -add API todo
---
 src/include/gnunet_setu_service.h | 13 +++++++++++++
 src/setu/.gitignore               |  6 ++++++
 2 files changed, 19 insertions(+)

diff --git a/src/include/gnunet_setu_service.h 
b/src/include/gnunet_setu_service.h
index d737b97c1..459a6156b 100644
--- a/src/include/gnunet_setu_service.h
+++ b/src/include/gnunet_setu_service.h
@@ -84,6 +84,13 @@ enum GNUNET_SETU_Status
    */
   GNUNET_SETU_STATUS_ADD_LOCAL,
 
+  /**
+   * Element should be added to the result set of the remote peer, i.e. the
+   * remote peer is missing an element. Only used if
+   * #GNUNET_SETU_OPTION_SYMMETRIC is set.
+   */
+  GNUNET_SETU_STATUS_ADD_REMOTE,
+
   /**
    * The other peer refused to do the operation with us, or something went
    * wrong.
@@ -152,6 +159,12 @@ enum GNUNET_SETU_OptionType
    * detection.
    */
   GNUNET_SETU_OPTION_FORCE_DELTA=4,
+
+  /**
+   * Notify client also if we are sending a value to the other peer.
+   * FIXME: not implemented!
+   */
+  GNUNET_SETU_OPTION_SYMMETRIC = 8
 };
 
 
diff --git a/src/setu/.gitignore b/src/setu/.gitignore
new file mode 100644
index 000000000..35295449b
--- /dev/null
+++ b/src/setu/.gitignore
@@ -0,0 +1,6 @@
+gnunet-setu-profiler
+gnunet-service-setu
+gnunet-setu-ibf-profiler
+test_setu_api
+test_setu_copy
+test_setu_result_symmetric

-- 
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]