aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/peerstore.h
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-06-04 16:03:17 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-06-04 16:03:17 +0000
commitf286cd0b87731774b9448a0cdc82f7c8682c4efe (patch)
treed84ace0bf67dd4f8a99888548f6ab635206eab4f /src/peerstore/peerstore.h
parent7d18e9d89d2c920f9139bec7f55f01b00b5fd81a (diff)
downloadgnunet-f286cd0b87731774b9448a0cdc82f7c8682c4efe.tar.gz
gnunet-f286cd0b87731774b9448a0cdc82f7c8682c4efe.zip
peerstore: added 'replace' option and other fixes
Diffstat (limited to 'src/peerstore/peerstore.h')
-rw-r--r--src/peerstore/peerstore.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/peerstore/peerstore.h b/src/peerstore/peerstore.h
index 5adf9f363..5757f784e 100644
--- a/src/peerstore/peerstore.h
+++ b/src/peerstore/peerstore.h
@@ -75,6 +75,12 @@ struct StoreRecordMessage
75 */ 75 */
76 struct GNUNET_TIME_Absolute expiry; 76 struct GNUNET_TIME_Absolute expiry;
77 77
78 /**
79 * Options, needed only in case of a
80 * store operation
81 */
82 enum GNUNET_PEERSTORE_StoreOption options;
83
78}; 84};
79 85
80/** 86/**