aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-11-14 16:48:49 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-11-14 16:48:49 +0000
commit0d6e1036ad64d341651d113e3427323a157353d3 (patch)
treeccd6286eddbdb4ce055209d9c1557bc3802fb45c /src/set/gnunet-service-set.h
parentd67a1f6613ec4feadc99026f027483aff03f8381 (diff)
downloadgnunet-0d6e1036ad64d341651d113e3427323a157353d3.tar.gz
gnunet-0d6e1036ad64d341651d113e3427323a157353d3.zip
added new msg type
more work on intersection
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 62e8cbc87..af3aa7287 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -89,6 +89,11 @@ struct OperationSpecification
89 * Salt to use for the operation. 89 * Salt to use for the operation.
90 */ 90 */
91 uint32_t salt; 91 uint32_t salt;
92
93 /**
94 * Remote peers element count
95 */
96 uint32_t element_count;
92 97
93 /** 98 /**
94 * ID used to identify an operation between service and client 99 * ID used to identify an operation between service and client