aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal_dht.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-01-09 12:22:04 +0100
committerChristian Grothoff <christian@grothoff.org>2022-01-09 12:22:04 +0100
commitec19c1e316efdd29a7af0524fc2ff33cc4b19d09 (patch)
tree184a59ff1c8408c462254e53f7e2004be829e237 /src/regex/regex_internal_dht.c
parentc3ecadd45b11f82e22ba81b42864c7826d0f97c6 (diff)
downloadgnunet-ec19c1e316efdd29a7af0524fc2ff33cc4b19d09.tar.gz
gnunet-ec19c1e316efdd29a7af0524fc2ff33cc4b19d09.zip
DHT: modify API and protocol messages to add path signatures, except for now the actual signatures are just placeholders (signing and signature verification are missing)
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 3fb74c319..2248de1f1 100644
--- a/src/regex/regex_internal_dht.c
+++ b/src/regex/regex_internal_dht.c
@@ -384,9 +384,9 @@ regex_next_edge (const struct RegexBlock *block,
384static void 384static void
385dht_get_string_accept_handler (void *cls, struct GNUNET_TIME_Absolute exp, 385dht_get_string_accept_handler (void *cls, struct GNUNET_TIME_Absolute exp,
386 const struct GNUNET_HashCode *key, 386 const struct GNUNET_HashCode *key,
387 const struct GNUNET_PeerIdentity *get_path, 387 const struct GNUNET_DHT_PathElement *get_path,
388 unsigned int get_path_length, 388 unsigned int get_path_length,
389 const struct GNUNET_PeerIdentity *put_path, 389 const struct GNUNET_DHT_PathElement *put_path,
390 unsigned int put_path_length, 390 unsigned int put_path_length,
391 enum GNUNET_BLOCK_Type type, 391 enum GNUNET_BLOCK_Type type,
392 size_t size, const void *data) 392 size_t size, const void *data)
@@ -464,9 +464,9 @@ regex_find_path (const struct GNUNET_HashCode *key,
464static void 464static void
465dht_get_string_handler (void *cls, struct GNUNET_TIME_Absolute exp, 465dht_get_string_handler (void *cls, struct GNUNET_TIME_Absolute exp,
466 const struct GNUNET_HashCode *key, 466 const struct GNUNET_HashCode *key,
467 const struct GNUNET_PeerIdentity *get_path, 467 const struct GNUNET_DHT_PathElement *get_path,
468 unsigned int get_path_length, 468 unsigned int get_path_length,
469 const struct GNUNET_PeerIdentity *put_path, 469 const struct GNUNET_DHT_PathElement *put_path,
470 unsigned int put_path_length, 470 unsigned int put_path_length,
471 enum GNUNET_BLOCK_Type type, 471 enum GNUNET_BLOCK_Type type,
472 size_t size, const void *data) 472 size_t size, const void *data)