X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Ffiled%2Ffiled_conf.h;h=4abd87f1acacbdb0baa8a3cfc28fe2c94abfb2c1;hb=1107141f6e05c9473ace82dfc397cba6b9506dee;hp=47e3d637a009f8a72bd81a3e76e50220c72b4132;hpb=0d0e9bf72b602bc3306493005e58345d8daaee93;p=bacula%2Fbacula diff --git a/bacula/src/filed/filed_conf.h b/bacula/src/filed/filed_conf.h index 47e3d637a0..4abd87f1ac 100644 --- a/bacula/src/filed/filed_conf.h +++ b/bacula/src/filed/filed_conf.h @@ -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;