aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_routing.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-27 08:12:07 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-27 08:12:07 +0000
commite83f3d39b93b4a1aa721c6de33a9c1f04c82896d (patch)
tree41d52a5348227efb54115e038bc9cb850df0c7b9 /src/dht/gnunet-service-dht_routing.h
parent1f6511d450641f20c69f616dbdbbbb1badbbbc5a (diff)
downloadgnunet-e83f3d39b93b4a1aa721c6de33a9c1f04c82896d.tar.gz
gnunet-e83f3d39b93b4a1aa721c6de33a9c1f04c82896d.zip
hxing
Diffstat (limited to 'src/dht/gnunet-service-dht_routing.h')
-rw-r--r--src/dht/gnunet-service-dht_routing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/gnunet-service-dht_routing.h b/src/dht/gnunet-service-dht_routing.h
index 3ddfcc66e..3dbae1ee7 100644
--- a/src/dht/gnunet-service-dht_routing.h
+++ b/src/dht/gnunet-service-dht_routing.h
@@ -49,9 +49,9 @@ GDS_ROUTING_process (uint32_t type,
49 GNUNET_TIME_Absolute expiration_time, 49 GNUNET_TIME_Absolute expiration_time,
50 const GNUNET_HashCode *key, 50 const GNUNET_HashCode *key,
51 unsigned int put_path_length, 51 unsigned int put_path_length,
52 struct GNUNET_PeerIdentity *put_path, 52 const struct GNUNET_PeerIdentity *put_path,
53 unsigned int get_path_length, 53 unsigned int get_path_length,
54 struct GNUNET_PeerIdentity *get_path, 54 const struct GNUNET_PeerIdentity *get_path,
55 const void *data, 55 const void *data,
56 size_t data_size); 56 size_t data_size);
57 57