X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fbluesky.h;h=f147088e017c32fe6bf4a39d9afec53069825a5a;hb=ffadf57d27b07d5ba8c0de11649ff08e999f53f4;hp=1d9f55c30007f403e6a71841b7229a560cd36b3e;hpb=b34b242b34388a3eb26bad5135cdf629ab69b70a;p=bluesky.git diff --git a/bluesky/bluesky.h b/bluesky/bluesky.h index 1d9f55c..f147088 100644 --- a/bluesky/bluesky.h +++ b/bluesky/bluesky.h @@ -163,6 +163,9 @@ typedef struct { GHashTable *dirhash; /* Hash table by name for LOOKUP */ GHashTable *dirhash_folded; /* As above, but case-folded */ uint64_t parent_inum; /* inode for ".."; 0 if the root directory */ + + /* Symlink-specific fields */ + gchar *symlink_contents; } BlueSkyInode; /* A directory entry. The name is UTF-8 and is a freshly-allocated string.