aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_setu_service.h13
-rw-r--r--src/setu/.gitignore6
2 files changed, 19 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
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 @@
1gnunet-setu-profiler
2gnunet-service-setu
3gnunet-setu-ibf-profiler
4test_setu_api
5test_setu_copy
6test_setu_result_symmetric