]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/filed_conf.h
- Copy latest config.sub and config.guess from autoconf.
[bacula/bacula] / bacula / src / filed / filed_conf.h
index 08f00351338cb8de4cb55abc3358b87ddbe8fcce..4abd87f1acacbdb0baa8a3cfc28fe2c94abfb2c1 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 /*
- * Resource codes -- they must be sequential for indexing   
+ * Resource codes -- they must be sequential for indexing
  */
 #define R_FIRST                       1001
 
@@ -51,12 +51,12 @@ struct DIRRES {
    char *password;                    /* Director password */
    char *address;                     /* Director address or zero */
    int enable_ssl;                    /* Use SSL for this Director */
+   int monitor;                       /* Have only access to status and .status functions */
 };
 
 struct CLIENT {
    RES   hdr;
-   int   FDport;                      /* where we listen for Directors */ 
-   char *FDaddr;                      /* bind address */
+   dlist *FDaddrs;
    char *working_directory;
    char *pid_directory;
    char *subsys_directory;
@@ -65,6 +65,7 @@ struct CLIENT {
    int MaxConcurrentJobs;
    utime_t heartbeat_interval;        /* Interval to send heartbeats to Dir */
    utime_t SDConnectTimeout;          /* timeout in seconds */
+   uint32_t max_network_buffer_size;  /* max network buf size */
 };