X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fbluesky.h;h=834097f64ae17f4560c23fb94449ceb829eb98b2;hb=37739cc6f4a38ef6241abfea42693fa046f80d1b;hp=9805086c31b12a96826993704f2924ca667b28b1;hpb=827d4b966414c7804057e1c5352b2bcbe192d3c4;p=bluesky.git diff --git a/bluesky/bluesky.h b/bluesky/bluesky.h index 9805086..834097f 100644 --- a/bluesky/bluesky.h +++ b/bluesky/bluesky.h @@ -188,6 +188,9 @@ typedef struct { /* The inode map, which maps inode numbers to the location of the most * recent version. */ GSequence *inode_map; + + /* Queue for asynchronous cloudlog unrefs, where needed. */ + GAsyncQueue *unref_queue; } BlueSkyFS; /* Inode number of the root directory. */