]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored.h
See kes02Dec02
[bacula/bacula] / bacula / src / stored / stored.h
index 022f3ee62fe2e7330239aaf7db260a66501c9579..28a1dcf8595eb68903dcb6b23e319cd53158c62e 100644 (file)
 #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];
-};
-
 extern char errmsg[];                /* general error message */
 
 #endif /* __STORED_H_ */