reconnection

This commit is contained in:
Miklos Szeredi
2005-08-13 21:17:11 +00:00
parent 61a154807b
commit 28495b3bb2
4 changed files with 188 additions and 56 deletions
+4
View File
@@ -8,6 +8,10 @@
#include <fuse.h>
#ifndef FUSE_VERSION
#define FUSE_VERSION (FUSE_MAJOR_VERSION * 10 + FUSE_MINOR_VERSION)
#endif
typedef struct fuse_cache_dirhandle *fuse_cache_dirh_t;
typedef int (*fuse_cache_dirfil_t) (fuse_cache_dirh_t h, const char *name,
const struct stat *stbuf);