aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-30 22:01:13 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-30 22:01:13 +0000
commit7abf844d0d4de319f2b093d50b0334af9a9d3bda (patch)
tree212272d6aaf9e5530ce44418149b9158f1eb0f7c /src/fs/fs_api.h
parent8556fe9ebd0c4f8e63577a43155ffede20607f41 (diff)
downloadgnunet-7abf844d0d4de319f2b093d50b0334af9a9d3bda.tar.gz
gnunet-7abf844d0d4de319f2b093d50b0334af9a9d3bda.zip
-fixing build issues in fs/set related to #3047
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 5cc9d6ed9..d8ea21c54 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -120,7 +120,7 @@ struct Location
120 /** 120 /**
121 * Identity of the peer sharing the file. 121 * Identity of the peer sharing the file.
122 */ 122 */
123 struct GNUNET_CRYPTO_EccPublicSignKey peer; 123 struct GNUNET_PeerIdentity peer;
124 124
125 /** 125 /**
126 * Time when this location URI expires. 126 * Time when this location URI expires.