aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-19 11:15:13 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-19 11:15:13 +0200
commit6c1e93877194aa2c0cbd50a3636a1532dd521e3b (patch)
tree391aba9fa756b293805d1c490415b2547e07f234 /src/include
parent598375363d2b491d97972cb4ec10ebe72343716c (diff)
downloadgnunet-6c1e93877194aa2c0cbd50a3636a1532dd521e3b.tar.gz
gnunet-6c1e93877194aa2c0cbd50a3636a1532dd521e3b.zip
-add API todo
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_setu_service.h13
1 files changed, 13 insertions, 0 deletions
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
@@ -85,6 +85,13 @@ enum GNUNET_SETU_Status
85 GNUNET_SETU_STATUS_ADD_LOCAL, 85 GNUNET_SETU_STATUS_ADD_LOCAL,
86 86
87 /** 87 /**
88 * Element should be added to the result set of the remote peer, i.e. the
89 * remote peer is missing an element. Only used if
90 * #GNUNET_SETU_OPTION_SYMMETRIC is set.
91 */
92 GNUNET_SETU_STATUS_ADD_REMOTE,
93
94 /**
88 * The other peer refused to do the operation with us, or something went 95 * The other peer refused to do the operation with us, or something went
89 * wrong. 96 * wrong.
90 */ 97 */
@@ -152,6 +159,12 @@ enum GNUNET_SETU_OptionType
152 * detection. 159 * detection.
153 */ 160 */
154 GNUNET_SETU_OPTION_FORCE_DELTA=4, 161 GNUNET_SETU_OPTION_FORCE_DELTA=4,
162
163 /**
164 * Notify client also if we are sending a value to the other peer.
165 * FIXME: not implemented!
166 */
167 GNUNET_SETU_OPTION_SYMMETRIC = 8
155}; 168};
156 169
157 170