Use s3cmd for cleaning up S3 storage accounts before benchmark runs.
[bluesky.git] / bluesky / bluesky-private.h
index 320886c..b77f819 100644 (file)
@@ -83,7 +83,7 @@ struct BlueSkyNotifierList {
 /* The abstraction layer for storage, allowing multiple implementations. */
 typedef struct {
     /* Create a new store instance and return a handle to it. */
-    gpointer (*create)();
+    gpointer (*create)(const gchar *path);
 
     /* Clean up any resources used by this store. */
     void (*destroy)(gpointer store);