]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored_conf.h
Status cleanup and cancelling FD
[bacula/bacula] / bacula / src / stored / stored_conf.h
index 585030e9da903f7f3d069d44edd040767640d5ea..80c0f98a5841c596e3f239f5628ea20186646cbb 100644 (file)
@@ -4,7 +4,7 @@
  *   Version $Id$
  */
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2003 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
@@ -39,8 +39,6 @@
 #define R_TYPE                        3023
 #define R_BACKUP                      3024
 
-#define STORAGE_DAEMON 1
-
 /* Definition of the contents of each Resource */
 struct s_res_dir {
    RES   hdr;
@@ -55,7 +53,8 @@ typedef struct s_res_dir DIRRES;
 struct s_res_store {
    RES   hdr;
 
-   char *address;
+   char *address;                     /* deprecated */
+   char *SDaddr;                      /* bind address */
    int   SDport;                      /* Where we listen for Directors */
    int   SDDport;                     /* "Data" port where we listen for File daemons */
    char *working_directory;           /* working directory for checkpoints */