aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal_dht.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-05-07 12:06:50 +0000
committerBart Polot <bart@net.in.tum.de>2014-05-07 12:06:50 +0000
commitbe4c79e4cd4a8f118c5577874f0c95e253359595 (patch)
tree7fd74fb0cf6921c4e35a43f2593396bb4805f154 /src/regex/regex_internal_dht.c
parent15ccd7a167bcce0dde4331092975a6401393610f (diff)
downloadgnunet-be4c79e4cd4a8f118c5577874f0c95e253359595.tar.gz
gnunet-be4c79e4cd4a8f118c5577874f0c95e253359595.zip
Rename mesh->cadet
Diffstat (limited to 'src/regex/regex_internal_dht.c')
-rw-r--r--src/regex/regex_internal_dht.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regex/regex_internal_dht.c b/src/regex/regex_internal_dht.c
index f7d383406..f9d002eb0 100644
--- a/src/regex/regex_internal_dht.c
+++ b/src/regex/regex_internal_dht.c
@@ -487,7 +487,7 @@ dht_get_string_handler (void *cls, struct GNUNET_TIME_Absolute exp,
487 487
488 488
489/** 489/**
490 * Iterator over found existing mesh regex blocks that match an ongoing search. 490 * Iterator over found existing cadet regex blocks that match an ongoing search.
491 * 491 *
492 * @param cls Closure (current context)- 492 * @param cls Closure (current context)-
493 * @param key Current key code (key for cached block). 493 * @param key Current key code (key for cached block).
@@ -519,7 +519,7 @@ regex_result_iterator (void *cls,
519 GNUNET_BLOCK_is_accepting (block, result->size)); 519 GNUNET_BLOCK_is_accepting (block, result->size));
520 regex_next_edge (block, result->size, ctx); 520 regex_next_edge (block, result->size, ctx);
521 521
522 GNUNET_STATISTICS_update (ctx->info->stats, "# regex mesh blocks iterated", 522 GNUNET_STATISTICS_update (ctx->info->stats, "# regex cadet blocks iterated",
523 1, GNUNET_NO); 523 1, GNUNET_NO);
524 524
525 return GNUNET_YES; 525 return GNUNET_YES;
@@ -763,12 +763,12 @@ regex_cancel_dht_get (void *cls,
763 763
764 764
765/** 765/**
766 * Iterator over hash map entries to free MeshRegexBlocks stored during the 766 * Iterator over hash map entries to free CadetRegexBlocks stored during the
767 * search for connect_by_string. 767 * search for connect_by_string.
768 * 768 *
769 * @param cls Closure (unused). 769 * @param cls Closure (unused).
770 * @param key Current key code (unused). 770 * @param key Current key code (unused).
771 * @param value MeshRegexBlock in the hash map. 771 * @param value CadetRegexBlock in the hash map.
772 * @return GNUNET_YES if we should continue to iterate, 772 * @return GNUNET_YES if we should continue to iterate,
773 * GNUNET_NO if not. 773 * GNUNET_NO if not.
774 */ 774 */