]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/filed_conf.h
Use dcr more in SD + int to bool conversions
[bacula/bacula] / bacula / src / filed / filed_conf.h
index 2e27898dd5e3fea60e047b5ab1e1da89581176c9..47e3d637a009f8a72bd81a3e76e50220c72b4132 100644 (file)
@@ -64,6 +64,8 @@ struct CLIENT {
    MSGS *messages;                    /* daemon message handler */
    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 */
 };
 
 
@@ -77,4 +79,3 @@ union URES {
    MSGS   res_msgs;
    RES    hdr;
 };
-