aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs/fusefs/utils.hh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/fs/fusefs/utils.hh')
-rw-r--r--tests/sys/fs/fusefs/utils.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sys/fs/fusefs/utils.hh b/tests/sys/fs/fusefs/utils.hh
index a6f1d63ada6b..6f1f91b02c97 100644
--- a/tests/sys/fs/fusefs/utils.hh
+++ b/tests/sys/fs/fusefs/utils.hh
@@ -175,7 +175,8 @@ class FuseTest : public ::testing::Test {
* nothing currently validates the size of the fuse_read_in struct.
*/
void expect_read(uint64_t ino, uint64_t offset, uint64_t isize,
- uint64_t osize, const void *contents, int flags = -1);
+ uint64_t osize, const void *contents, int flags = -1,
+ uint64_t fh = FH);
/*
* Create an expectation that FUSE_READIR will be called any number of