Rework dirents buffer management

This commit is contained in:
Antonio SJ Musumeci
2021-09-18 22:22:47 -04:00
parent 6b5c484fbf
commit 4ea0de3ef2
6 changed files with 46 additions and 145 deletions

View File

@ -25,7 +25,6 @@
#include "extern_c.h"
#include "fuse_common.h"
#include "fuse_dirents.h"
#include <fcntl.h>
#include <time.h>
@ -47,6 +46,9 @@ struct fuse;
/** Structure containing a raw command */
struct fuse_cmd;
struct fuse_dirents_t;
typedef struct fuse_dirents_t fuse_dirents_t;
/**
* The file system operations:
*