]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/dird.h
Add heap stats to Dir and SD -- eliminate #ifdefs
[bacula/bacula] / bacula / src / dird / dird.h
index 81fd847f402546d45ca1bf57f80e86205937e3d6..37136a123a8548d300ea6e1ded30c5febe935603 100644 (file)
@@ -6,7 +6,7 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2004 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
 
 #define DIRECTOR_DAEMON 1
 
-/* The following includes are at the bottom of 
- * this file rather than at the top because the
- *  #include "jcr.h" uses the definition of JOB
- * as supplied above.
- */
-
 #include "cats/cats.h"
 
 #include "jcr.h"
-
 #include "bsr.h"
 #include "ua.h"
 #include "protos.h"
+
 #include "jobq.h"
 
 /* Globals that dird.c exports */
-extern int debug_level;
-extern time_t start_time;
 extern DIRRES *director;                     /* Director resource */
-extern char *working_directory;              /* export our working directory */
 extern int FDConnectTimeout;
 extern int SDConnectTimeout;