aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-17 11:17:49 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-17 11:17:49 +0200
commit9f0bad77828b5e449b77f67101bf3a5b3153a3fa (patch)
treeb5d44fdf8a4f07ee3ece71ca98d0a780665ab823 /src/include
parent19fc715d82a4483d3199863c88469117ab0ef985 (diff)
downloadgnunet-9f0bad77828b5e449b77f67101bf3a5b3153a3fa.tar.gz
gnunet-9f0bad77828b5e449b77f67101bf3a5b3153a3fa.zip
fix #defines, need to have different values
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_peerstore_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_peerstore_service.h b/src/include/gnunet_peerstore_service.h
index 1d7e2259a..d9acf0576 100644
--- a/src/include/gnunet_peerstore_service.h
+++ b/src/include/gnunet_peerstore_service.h
@@ -47,12 +47,12 @@ extern "C"
47/** 47/**
48 * Key used for storing addresses in URL format in the peerstore 48 * Key used for storing addresses in URL format in the peerstore
49 */ 49 */
50#define GNUNET_PEERSTORE_TRANSPORT_URLADDRESS_KEY "transport-address" 50#define GNUNET_PEERSTORE_TRANSPORT_URLADDRESS_KEY "transport-communicator-url"
51 51
52/** 52/**
53 * Key used for storing HELLOs in the peerstore 53 * Key used for storing HELLOs in the peerstore
54 */ 54 */
55#define GNUNET_PEERSTORE_TRANSPORT_HELLO_KEY "transport-address" 55#define GNUNET_PEERSTORE_TRANSPORT_HELLO_KEY "transport-peer-hello"
56 56
57 57
58/** 58/**