#include #include #include /* * path history */ struct Key { uint64 ino; uint64 dev; }; struct fs·History { SET_STRUCT_BODY(struct Key); };