aboutsummaryrefslogtreecommitdiff
path: root/src/base/fs/internal.h
blob: 728023837b77a60535db243578ee51cc8b4ece98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <u.h>
#include <base.h>
#include <base/macro/map.h>

/*
 * path history
 */
struct Key
{
    uint64 ino;
    uint64 dev;
};

struct fsยทHistory
{
    SET_STRUCT_BODY(struct Key);
};