]> git.sur5r.net Git - bacula/bacula/commitdiff
Add beef
authorKern Sibbald <kern@sibbald.com>
Sat, 24 Apr 2010 09:19:32 +0000 (11:19 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:44 +0000 (16:53 +0200)
bacula/scripts/btraceback.gdb
bacula/src/lib/message.c

index 0b027b91c0cfa258e7bf7a99956d639fc3427f84..b536e42be59e09028c2b8475ba029e22b60af962 100644 (file)
@@ -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
index 6d951e2bbfd20fec13cf0bd1f40af084ddda94bc..a1dcfa1583f9e8de97b7d112971bf0d91b217018 100644 (file)
@@ -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;