aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-14 00:31:02 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-14 00:31:02 +0100
commit8d71f909cb22fbf6774e4042309a8eb133af3bfc (patch)
tree0efc19ac24a6521f927772364f1379154d2d0cad /src/include
parent6e01dc4d91d072e8e58ba0140fb7f4ddd5109358 (diff)
downloadgnunet-8d71f909cb22fbf6774e4042309a8eb133af3bfc.tar.gz
gnunet-8d71f909cb22fbf6774e4042309a8eb133af3bfc.zip
convert sqlite peerstore to using libgnunetsq
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 3cafe70b8..c636447c2 100644
--- a/src/include/gnunet_peerstore_service.h
+++ b/src/include/gnunet_peerstore_service.h
@@ -86,7 +86,7 @@ struct GNUNET_PEERSTORE_Record
86 /** 86 /**
87 * Peer Identity 87 * Peer Identity
88 */ 88 */
89 struct GNUNET_PeerIdentity *peer; 89 struct GNUNET_PeerIdentity peer;
90 90
91 /** 91 /**
92 * Record key string 92 * Record key string
@@ -106,7 +106,7 @@ struct GNUNET_PEERSTORE_Record
106 /** 106 /**
107 * Expiry time of entry 107 * Expiry time of entry
108 */ 108 */
109 struct GNUNET_TIME_Absolute *expiry; 109 struct GNUNET_TIME_Absolute expiry;
110 110
111 /** 111 /**
112 * Client from which this record originated. 112 * Client from which this record originated.