summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-26 12:53:28 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-26 12:53:28 +0000
commitbf439d733df6a11a25ff561a853c3382a3b34b96 (patch)
tree5003a744d10a319b4e87a256f7bc6892ef2f3f0e /source/include
parentadbb714ade8ab6f4e9b5d80f0f85041746c0edf1 (diff)
downloadsamba-bf439d733df6a11a25ff561a853c3382a3b34b96.tar.gz
samba-bf439d733df6a11a25ff561a853c3382a3b34b96.tar.xz
samba-bf439d733df6a11a25ff561a853c3382a3b34b96.zip
Output backtrace to logfile in smb_panic(), as suggested by mbp
(only on systems that support it, of course)
Diffstat (limited to 'source/include')
-rw-r--r--source/include/local.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/local.h b/source/include/local.h
index 29b0641119d..4c3c58e14fc 100644
--- a/source/include/local.h
+++ b/source/include/local.h
@@ -223,4 +223,8 @@
/* Max number of simultaneous winbindd socket connections. */
#define WINBINDD_MAX_SIMULTANEOUS_CLIENTS 200
+
+/* Buffer size to use when printing backtraces */
+#define BACKTRACE_STACK_SIZE 64
+
#endif