diff options
Diffstat (limited to 'test/stracedecode.c')
-rw-r--r-- | test/stracedecode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/stracedecode.c b/test/stracedecode.c index 940438a..01bf523 100644 --- a/test/stracedecode.c +++ b/test/stracedecode.c @@ -38,6 +38,7 @@ static struct { [FUSE_SETLKW] = { "SETLKW" }, [FUSE_ACCESS] = { "ACCESS" }, [FUSE_CREATE] = { "CREATE" }, + [FUSE_TMPFILE] = { "TMPFILE" }, [FUSE_INTERRUPT] = { "INTERRUPT" }, [FUSE_BMAP] = { "BMAP" }, [FUSE_DESTROY] = { "DESTROY" }, |