]> CyberLeo.Net >> Repos - SourceForge/afuse.git/blob - afuse.h
fb1190394a542c04987ae252468626e14a24a6e6
[SourceForge/afuse.git] / afuse.h
1 #ifndef __AFUSE_H
2 #define __AFUSE_H
3
4 // Global definitions in use through afuse source
5
6 // When closing an fd/dir, the close may fail due to a signal
7 // this value defines how many times we retry in this case.
8 // It's useful to try and close as many fd's as possible
9 // for the proxied fs to increase the chance an umount will
10 // succeed.
11 #define CLOSE_MAX_RETRIES 5
12
13 #endif // __AFUSE_H