aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datacache_plugin.h
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/include/gnunet_datacache_plugin.h
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/include/gnunet_datacache_plugin.h')
-rw-r--r--src/include/gnunet_datacache_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_datacache_plugin.h b/src/include/gnunet_datacache_plugin.h
index 5d5cac12c..24570be72 100644
--- a/src/include/gnunet_datacache_plugin.h
+++ b/src/include/gnunet_datacache_plugin.h
@@ -124,7 +124,7 @@ struct GNUNET_DATACACHE_PluginFunctions
124 enum GNUNET_BLOCK_Type type, 124 enum GNUNET_BLOCK_Type type,
125 struct GNUNET_TIME_Absolute discard_time, 125 struct GNUNET_TIME_Absolute discard_time,
126 unsigned int path_info_len, 126 unsigned int path_info_len,
127 const struct GNUNET_PeerIdentity *path_info); 127 const struct GNUNET_DHT_PathElement *path_info);
128 128
129 129
130 /** 130 /**