Create a runtime option for sync/async frontend request handling.
[bluesky.git] / bluesky / init.c
index 7a6efe1..6f8737b 100644 (file)
@@ -23,6 +23,7 @@ static struct {
     {"BLUESKY_OPT_SYNC_STORES", &bluesky_options.synchronous_stores},
     {"BLUESKY_OPT_WRITETHROUGH", &bluesky_options.writethrough_cache},
     {"BLUESKY_OPT_SYNC_INODE_FETCH", &bluesky_options.sync_inode_fetches},
+    {"BLUESKY_OPT_SYNC_FRONTENDS", &bluesky_options.sync_frontends},
     {NULL, NULL}
 };