diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-06 00:15:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-06 00:15:02 +0200 |
commit | e16516fefca6ba22bf4d848b4207b4d5b8d1eef9 (patch) | |
tree | d68a59a01694997834fd0f56448795dbbde2ee3b /src/config.h | |
parent | use more macros (diff) | |
download | mds-e16516fefca6ba22bf4d848b4207b4d5b8d1eef9.tar.gz mds-e16516fefca6ba22bf4d848b4207b4d5b8d1eef9.tar.bz2 mds-e16516fefca6ba22bf4d848b4207b4d5b8d1eef9.tar.xz |
close untracked files if unmarshal from re-exec fails
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 09c3210..174fe30 100644 --- a/src/config.h +++ b/src/config.h @@ -126,6 +126,14 @@ /** + * The path to the directory with symlinks to each file that is open + */ +#ifndef SELF_FD +#define SELF_FD "/proc/self/fd" +#endif + + +/** * Pattern for the names of shared object to which states are marshalled */ #ifndef SHM_PATH_PATTERN |