]> CyberLeo.Net >> Repos - SourceForge/afuse.git/blob - src/afuse.h
Tidying up for release 0.2.
[SourceForge/afuse.git] / src / 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