1.1 --- a/libfsserver/include/fsserver/test_file_opener.h Sat Sep 18 18:51:43 2021 +0200
1.2 +++ b/libfsserver/include/fsserver/test_file_opener.h Mon Sep 20 01:16:59 2021 +0200
1.3 @@ -47,7 +47,12 @@
1.4
1.5 virtual long get_fileid(const char *path, flags_t flags, fileid_t *fileid);
1.6
1.7 - virtual long make_accessor(const char *path, flags_t flags, fileid_t fileid, Accessor **accessor);
1.8 + virtual long make_accessor(const char *path, flags_t flags, fileid_t fileid,
1.9 + Accessor **accessor);
1.10 +
1.11 + virtual long make_directory_accessor(const char *path, flags_t flags,
1.12 + fileid_t fileid,
1.13 + DirectoryAccessor **accessor);
1.14 };
1.15
1.16 // vim: tabstop=4 expandtab shiftwidth=4