mirror of
https://github.com/NixOS/nix
synced 2025-06-28 09:31:16 +02:00
test-support: Add TracingFileSystemObjectSink
This commit is contained in:
parent
efd4bf6533
commit
992912f3b4
3 changed files with 75 additions and 1 deletions
|
@ -45,7 +45,7 @@ struct FileSystemObjectSink
|
|||
* An extension of `FileSystemObjectSink` that supports file types
|
||||
* that are not supported by Nix's FSO model.
|
||||
*/
|
||||
struct ExtendedFileSystemObjectSink : FileSystemObjectSink
|
||||
struct ExtendedFileSystemObjectSink : virtual FileSystemObjectSink
|
||||
{
|
||||
/**
|
||||
* Create a hard link. The target must be the path of a previously
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue