X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky.h;fp=bluesky.h;h=856dd75a6244bce3b1bf22ba65a6f4cb01373abf;hb=d32328c00f54c2f6f4e6eeb8993d33d062e9477c;hp=c4bad9ed2bff89c7adc78a037b69a7103a70788e;hpb=823820015089dd6185fd2f2b192576b5b7b2eaab;p=bluesky.git diff --git a/bluesky.h b/bluesky.h index c4bad9e..856dd75 100644 --- a/bluesky.h +++ b/bluesky.h @@ -22,7 +22,7 @@ struct S3Store; * storage backends and in other places. */ typedef struct { gint refcount; - gpointer data; + gchar *data; gsize len; } BlueSkyRCStr; @@ -123,7 +123,7 @@ typedef enum { typedef struct { BlueSkyBlockType type; gchar *ref; /* Name of data block in the backing store */ - gchar *data; /* Pointer to data in memory */ + BlueSkyRCStr *data; /* Pointer to data in memory if cached */ } BlueSkyBlock; BlueSkyFS *bluesky_new_fs(gchar *name);