Track requests that initiate inode fetches.
[bluesky.git] / bluesky / bluesky.h
index e83c609..6bbf4a2 100644 (file)
@@ -289,6 +289,9 @@ typedef struct {
 
     /* Symlink-specific fields */
     gchar *symlink_contents;
+
+    /* A field for short-term use internally while the lock is held. */
+    gpointer private_data;
 } BlueSkyInode;
 
 /* A directory entry.  The name is UTF-8 and is a freshly-allocated string.