]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored.h
Status cleanup and cancelling FD
[bacula/bacula] / bacula / src / stored / stored.h
index baa0b40f6e3a9884549235a30ed1c14a869dc5e6..2a0ac6aa4948860f3b1b8d9fb5ba5476c2d67dea 100644 (file)
@@ -1,5 +1,7 @@
 /*
  * Storage daemon specific defines and includes
+ *
+ *  Version $Id$
  */
 /*
    Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
 #ifndef __STORED_H_
 #define __STORED_H_
 
+#define STORAGE_DAEMON 1
+
 #include <sys/mtio.h>
 #include "block.h"
 #include "record.h"
 #include "dev.h"
 #include "stored_conf.h"
+#include "bsr.h"
 #include "jcr.h"
 #include "protos.h"
+#ifdef HAVE_LIBZ
+#include <zlib.h>                     /* compression headers */
+#else
+#define uLongf uint32_t
+#endif
 
-/* **** FIXME make this dynamic ****/
-#define MAX_DEVICES 20
-
-/* 
- * Old shared memory buffer. Shared memory no longer used,
- *  so this just acts as a global.
- */
-struct s_shm {
-   long VolSessionId;
-   long VolSessionTime;
-   DEVICE dev[MAX_DEVICES];
-};
+#include "findlib/find.h"
 
 extern char errmsg[];                /* general error message */