aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-11-20 16:20:26 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-11-20 16:20:26 +0000
commit225260a0a885e09a417395a5c9de7b6da549f290 (patch)
tree4859d85f24bc17a4197ea2465cc4034102626124 /src/set/gnunet-service-set.h
parent52a5e73ced4c456e5d6951158844f047048bd4e0 (diff)
downloadgnunet-225260a0a885e09a417395a5c9de7b6da549f290.tar.gz
gnunet-225260a0a885e09a417395a5c9de7b6da549f290.zip
added intersection to set's automake script
renamed shared variable in set-service's common structure reordered code in intersection i assume: finished reworking intersection, still misses dynamic bloomfilter size re-added struct SetState to intersection, which keeps track of the newest (and only this!) element count in the set's hashmap. removed iterator over the set for counting (see line above) a bugfix here and there
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r--src/set/gnunet-service-set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index af3aa7287..d752fc5cb 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -93,7 +93,7 @@ struct OperationSpecification
93 /** 93 /**
94 * Remote peers element count 94 * Remote peers element count
95 */ 95 */
96 uint32_t element_count; 96 uint32_t remote_element_count;
97 97
98 /** 98 /**
99 * ID used to identify an operation between service and client 99 * ID used to identify an operation between service and client