X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;ds=sidebyside;f=bluesky%2Fstore-s3.c;h=7d70642c980360a54ccd77a20b233143e67ecec2;hb=8a2da0db5d5f4f599486876396883f6207ebec6a;hp=ccf08780017ef5b5c2992ad0a1b6a13b7d20a862;hpb=544dad3ef87acd87be934b09e861baa5c2406686;p=bluesky.git diff --git a/bluesky/store-s3.c b/bluesky/store-s3.c index ccf0878..7d70642 100644 --- a/bluesky/store-s3.c +++ b/bluesky/store-s3.c @@ -134,7 +134,7 @@ static void s3store_task(gpointer a, gpointer s) bluesky_store_async_unref(async); } -static gpointer s3store_new() +static gpointer s3store_new(const gchar *path) { S3Store *store = g_new(S3Store, 1); store->thread_pool = g_thread_pool_new(s3store_task, store, -1, FALSE,