aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-05 19:57:01 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-05 19:57:01 +0200
commit3a3670e553b08d7caf63db7a21adb30909891158 (patch)
tree8709c1b852c87d1169fbfdf86158ede98af5db09 /src/config.h
parentchange doc in preparation for upcoming change (diff)
downloadmds-3a3670e553b08d7caf63db7a21adb30909891158.tar.gz
mds-3a3670e553b08d7caf63db7a21adb30909891158.tar.bz2
mds-3a3670e553b08d7caf63db7a21adb30909891158.tar.xz
it would be a shame if we could not re-exec because we have filled the pipe
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h8
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