aboutsummaryrefslogtreecommitdiff
path: root/src/base/fs/internal.h
blob: 7fde0931749276aa75adcca5983571babcfbb321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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);
};