X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Finit.c;fp=bluesky%2Finit.c;h=49ede3e1460534d2194a63e5fdb6d11b9febe8ee;hb=f782ebd939e2d81808ad63da0a6ff36e88938da2;hp=e2b35c64dc868e92ebb0372ed956c7cb1b38370a;hpb=e282bc08ad6c2a69a38af6a9179947af70ac0b17;p=bluesky.git diff --git a/bluesky/init.c b/bluesky/init.c index e2b35c6..49ede3e 100644 --- a/bluesky/init.c +++ b/bluesky/init.c @@ -50,6 +50,8 @@ static struct { {"BLUESKY_OPT_SYNC_INODE_FETCH", &bluesky_options.sync_inode_fetches}, {"BLUESKY_OPT_SYNC_FRONTENDS", &bluesky_options.sync_frontends}, {"BLUESKY_CACHE_SIZE", &bluesky_options.cache_size}, + {"BLUESKY_OPT_FULL_SEGMENTS", &bluesky_options.full_segment_fetches}, + {"BLUESKY_OPT_NO_AGGREGATION", &bluesky_options.disable_aggregation}, {NULL, NULL} };