Create a runtime option for sync/async frontend request handling.
[bluesky.git] / bluesky / bluesky.h
index 7f0ac85..7b8aad2 100644 (file)
@@ -29,6 +29,10 @@ typedef struct {
      * created in a pending state, and not unlocked until the data is actually
      * available.) */
     int sync_inode_fetches;
+
+    /* Should frontends handle requests serially or allow operations to proceed
+     * in parallel? */
+    int sync_frontends;
 } BlueSkyOptions;
 
 extern BlueSkyOptions bluesky_options;