aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-10-29 17:41:49 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-10-29 17:41:49 +0000
commit3c8f930edb077352ea48fa018a0e80fee0af339d (patch)
tree6395fa9ec45a462a187fd12fde440987507f23ee /src/set/gnunet-service-set.h
parentf418b3098f441436af78c103a03cd8109f7cc00c (diff)
downloadgnunet-3c8f930edb077352ea48fa018a0e80fee0af339d.tar.gz
gnunet-3c8f930edb077352ea48fa018a0e80fee0af339d.zip
- some of the missing set union functionality implemented
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r--src/set/gnunet-service-set.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index e69f2a09a..7c2363e9f 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -100,6 +100,11 @@ struct OperationSpecification
100 * with a set. 100 * with a set.
101 */ 101 */
102 struct Set *set; 102 struct Set *set;
103
104 /**
105 * When are elements sent to the client, and which elements are sent?
106 */
107 enum GNUNET_SET_ResultMode result_mode;
103}; 108};
104 109
105 110