From 6c1e93877194aa2c0cbd50a3636a1532dd521e3b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 19 Aug 2020 11:15:13 +0200 Subject: -add API todo --- src/include/gnunet_setu_service.h | 13 +++++++++++++ src/setu/.gitignore | 6 ++++++ 2 files changed, 19 insertions(+) create mode 100644 src/setu/.gitignore 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 -- cgit v1.2.3