@ -33,6 +33,12 @@ FUSE::ReadDirSeq::opendir(const fuse_req_ctx_t *ctx_,
const char *fusepath_,
fuse_file_info_t *ffi_)
{
DirInfo *di;
di = new DirInfo(fusepath_);
return 0;
}