Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 9 months ago
parent
commit
da440646c6
  1. 3
      src/fuse_open.cpp

3
src/fuse_open.cpp

@ -226,7 +226,8 @@ namespace l
static static
int int
passthrough(const fuse_context *fc_, passthrough(const fuse_context *fc_,
fuse_file_info_t *ffi_)
fuse_file_info_t *ffi_
PTInfo *pti_)
{ {
int backing_id; int backing_id;
FileInfo *fi; FileInfo *fi;

Loading…
Cancel
Save