X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Finit.c;fp=bluesky%2Finit.c;h=9ce20b9e05500b14a8f49d43f6c0af1da63e1a40;hb=89abfdf52a35cd78e921bc7b6f44c346ddde9bd4;hp=49ede3e1460534d2194a63e5fdb6d11b9febe8ee;hpb=de81b94ecf6ea8b2b8dfd24f94735992cddcb92f;p=bluesky.git diff --git a/bluesky/init.c b/bluesky/init.c index 49ede3e..9ce20b9 100644 --- a/bluesky/init.c +++ b/bluesky/init.c @@ -45,6 +45,7 @@ static struct { const char *env; int *option; } option_table[] = { + {"BLUESKY_VERBOSE", &bluesky_verbose}, {"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},