diff options
Diffstat (limited to '')
-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 da3ff81..09c3210 100644 --- a/src/config.h +++ b/src/config.h @@ -126,6 +126,14 @@ /** + * Pattern for the names of shared object to which states are marshalled + */ +#ifndef SHM_PATH_PATTERN +#define SHM_PATH_PATTERN "/.proc-pid-%lu" +#endif + + +/** * The maximum number of command line arguments to allow */ #ifndef ARGC_LIMIT |