Add an option to disable cryptographic operations
[bluesky.git] / bluesky / bluesky.h
index 874027f..674fa8b 100644 (file)
@@ -45,6 +45,9 @@ typedef struct {
     /* Disable aggregating of data into log segments.  Each object will be
      * stored in a separate segment. */
     int disable_aggregation;
+
+    /* Disable cryptography.  This is for benchmarking purposes. */
+    int disable_crypto;
 } BlueSkyOptions;
 
 extern BlueSkyOptions bluesky_options;