X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fbluesky.h;h=7b8aad2073cfb787462f388995965320b75064fa;hb=f5bebbee811235124cf67836bcdd06f07471757b;hp=7f0ac8513558de0baffa94ba3e0b4e1d2c28a1cc;hpb=79fd07ce3738aceebc08fd363c14795ae9353057;p=bluesky.git diff --git a/bluesky/bluesky.h b/bluesky/bluesky.h index 7f0ac85..7b8aad2 100644 --- a/bluesky/bluesky.h +++ b/bluesky/bluesky.h @@ -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;