aboutsummaryrefslogtreecommitdiff
path: root/src/base/fs/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/fs/internal.h')
-rw-r--r--src/base/fs/internal.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/base/fs/internal.h b/src/base/fs/internal.h
new file mode 100644
index 0000000..7fde093
--- /dev/null
+++ b/src/base/fs/internal.h
@@ -0,0 +1,18 @@
+#include <u.h>
+#include <base.h>
+#include <base/macro/map.h>
+#include <dirent.h>
+
+/*
+ * path history
+ */
+struct Key
+{
+ ino_t ino;
+ dev_t dev;
+};
+
+struct fs·History
+{
+ SET_STRUCT_BODY(struct Key);
+};