aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/fs_defs.h
Commit message (Collapse)AuthorAge
* FileID: implement `FileID` structStefan Hoffmann2014-06-27
`FileID` should encapsulate `st_dev` and `st_ino`. It is a new abstraction used to check if two files are the same. `FileID`s will be embeded inside other struts like `buf_t` or `ff_visited_T`, where a full `FileInfo` would be to big.