- moved timeout handling responsibility from for nat tests from caller to the library
[oweals/gnunet.git] / src / peerstore / peerstore.h
index 5adf9f363111b5f902e18884311a5b83e14834e3..5757f784ec084ba3722f9bb121fd3eef5ffcaede 100644 (file)
@@ -75,6 +75,12 @@ struct StoreRecordMessage
    */
   struct GNUNET_TIME_Absolute expiry;
 
+  /**
+   * Options, needed only in case of a
+   * store operation
+   */
+  enum GNUNET_PEERSTORE_StoreOption options;
+
 };
 
 /**