New server option -b to specify the name of a file to which backtrace should be writt...
[citadel.git] / citadel / citserver.c
index cde79e0f62a0d3d71b36b21026ea8986f0a6264a..48c4f5ac204cd70e61547ebd5aa868f3e4bace40 100644 (file)
@@ -33,6 +33,7 @@ int ScheduledShutdown = 0;
 time_t server_startup_time;
 int panic_fd;
 int openid_level_supported = 0;
+char *backtrace_filename = NULL;
 
 
 /*