]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored_conf.h
Did not intend to leave those debugging lines there.
[bacula/bacula] / bacula / src / stored / stored_conf.h
index 7c3555bca3207aa14e14a9ffd782eccf774acb36..2f4f5d91346dd60f83a6353c251f094f08c3815d 100644 (file)
@@ -99,7 +99,7 @@ public:
    char *tls_keyfile;                 /* TLS Server Key File */
    char *tls_dhfile;                  /* TLS Diffie-Hellman Parameters */
    alist *tls_allowed_cns;            /* TLS Allowed Clients */
-
+   char *verid;                       /* Custom Id to print in version command */
    TLS_CONTEXT *tls_ctx;              /* Shared TLS Context */
 };
 typedef class s_res_store STORES;