passthrough: optimization: don't open/close files for every operation.
[rrq/fuse_xattrs.git] / xattrs_config.h
1 /*
2   fuse_xattrs - Add xattrs support using sidecar files
3
4   Copyright (C) 2017  Felipe Barriga Richards <felipe {at} felipebarriga.cl>
5
6   This program can be distributed under the terms of the GNU GPL.
7   See the file COPYING.
8 */
9
10 #ifndef FUSE_XATTRS_CONFIG_H
11 #define FUSE_XATTRS_CONFIG_H
12
13 struct xattrs_config {
14     const int show_sidecar;
15     const char *source_dir;
16     size_t source_dir_size;
17
18 } xattrs_config;
19
20
21 #endif //FUSE_XATTRS_CONFIG_H