Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | FileID: implement `FileID` struct | Stefan Hoffmann | 2014-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. |