From ce05175372a9ddca1a225db0765ace1127a39293 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Fri, 12 Nov 2021 09:22:01 -0800 Subject: chore: simplified organizational structure --- src/base/fs/internal.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/base/fs/internal.h (limited to 'src/base/fs/internal.h') 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 +#include +#include +#include + +/* + * path history + */ +struct Key +{ + ino_t ino; + dev_t dev; +}; + +struct fs·History +{ + SET_STRUCT_BODY(struct Key); +}; -- cgit v1.2.1