aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/stracedecode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/stracedecode.c b/test/stracedecode.c
index 27b883c..940438a 100644
--- a/test/stracedecode.c
+++ b/test/stracedecode.c
@@ -41,6 +41,7 @@ static struct {
[FUSE_INTERRUPT] = { "INTERRUPT" },
[FUSE_BMAP] = { "BMAP" },
[FUSE_DESTROY] = { "DESTROY" },
+ [FUSE_READDIRPLUS] = { "READDIRPLUS" },
};
#define FUSE_MAXOP (sizeof(fuse_ll_ops) / sizeof(fuse_ll_ops[0]))