From 12c609bbecf0baac4e310100d67b5c56547ce0b0 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 24 Apr 2010 11:19:32 +0200 Subject: [PATCH] Add beef --- bacula/scripts/btraceback.gdb | 2 ++ bacula/src/lib/message.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bacula/scripts/btraceback.gdb b/bacula/scripts/btraceback.gdb index 0b027b91c0..b536e42be5 100644 --- a/bacula/scripts/btraceback.gdb +++ b/bacula/scripts/btraceback.gdb @@ -7,6 +7,8 @@ print host_os print distname print distver print host_name +print dist_name +print beef bt thread apply all bt f 0 diff --git a/bacula/src/lib/message.c b/bacula/src/lib/message.c index 6d951e2bbf..a1dcfa1583 100644 --- a/bacula/src/lib/message.c +++ b/bacula/src/lib/message.c @@ -56,6 +56,8 @@ bool dbg_timestamp = false; /* print timestamp in debug output */ bool prt_kaboom = false; /* Print kaboom output */ utime_t daemon_start_time = 0; /* Daemon start time */ const char *version = VERSION " (" BDATE ")"; +const char *dist_name = DISTNAME " " DISTVER; +const int beef = BEEF; char my_name[30]; /* daemon name is stored here */ char host_name[50]; /* host machine name */ char *exepath = (char *)NULL; -- 2.39.5