X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Flog.c;h=89d4258fabae54a3cd901c904170e5675519b103;hb=1dc8b4fc9e5d7e2b2ed51ce16da67f3d5e16d240;hp=6d5c5908972afea4ac9e1d8f7657d06d3fd07216;hpb=4de397517bdb0ce26e0bdd039fd99bcba50f385e;p=bluesky.git diff --git a/bluesky/log.c b/bluesky/log.c index 6d5c590..89d4258 100644 --- a/bluesky/log.c +++ b/bluesky/log.c @@ -469,6 +469,7 @@ static void cloudlog_partial_fetch_start(BlueSkyCacheFile *cachefile, async->key = g_strdup(cachefile->filename); async->start = offset; async->len = length; + async->profile = bluesky_profile_get(); bluesky_store_async_add_notifier(async, (GFunc)cloudlog_partial_fetch_complete, cachefile); @@ -550,6 +551,7 @@ static void cloudlog_fetch_start(BlueSkyCacheFile *cachefile) BlueSkyStoreAsync *async = bluesky_store_async_new(cachefile->fs->store); async->op = STORE_OP_GET; async->key = g_strdup(cachefile->filename); + async->profile = bluesky_profile_get(); bluesky_store_async_add_notifier(async, (GFunc)cloudlog_partial_fetch_complete, cachefile);