aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal_dht.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-23 16:30:45 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-23 16:30:45 +0000
commit021e5d47b4ac2fd2088cee65e551fd7e6114e99b (patch)
tree703829ff172d75f5417e42041ed4694a53d10e71 /src/regex/regex_internal_dht.c
parentc1bac2613d2e7915ab23c3675918aa839514bd97 (diff)
downloadgnunet-021e5d47b4ac2fd2088cee65e551fd7e6114e99b.tar.gz
gnunet-021e5d47b4ac2fd2088cee65e551fd7e6114e99b.zip
convert DHT API to new MQ API
Diffstat (limited to 'src/regex/regex_internal_dht.c')
-rw-r--r--src/regex/regex_internal_dht.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/regex/regex_internal_dht.c b/src/regex/regex_internal_dht.c
index f820e5905..47fae90d6 100644
--- a/src/regex/regex_internal_dht.c
+++ b/src/regex/regex_internal_dht.c
@@ -151,7 +151,6 @@ regex_iterator (void *cls,
151 size, 151 size,
152 &ab, 152 &ab,
153 GNUNET_TIME_relative_to_absolute (DHT_TTL), 153 GNUNET_TIME_relative_to_absolute (DHT_TTL),
154 DHT_TTL,
155 NULL, NULL); 154 NULL, NULL);
156 } 155 }
157 block = REGEX_BLOCK_create (proof, 156 block = REGEX_BLOCK_create (proof,
@@ -165,7 +164,6 @@ regex_iterator (void *cls,
165 GNUNET_BLOCK_TYPE_REGEX, 164 GNUNET_BLOCK_TYPE_REGEX,
166 size, block, 165 size, block,
167 GNUNET_TIME_relative_to_absolute (DHT_TTL), 166 GNUNET_TIME_relative_to_absolute (DHT_TTL),
168 DHT_TTL,
169 NULL, NULL); 167 NULL, NULL);
170 GNUNET_STATISTICS_update (h->stats, 168 GNUNET_STATISTICS_update (h->stats,
171 "# regex blocks stored", 169 "# regex blocks stored",