]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/xattr.h
Loose #ifdef and use const bool wrapper for some cleaner coding.
[bacula/bacula] / bacula / src / filed / xattr.h
index 16056165e72aaf11725b3742c62a301eaf36d651..90800a038539f0ba2937d4da78cf77654291d163 100644 (file)
@@ -54,6 +54,17 @@ struct xattr_link_cache_entry_t {
    char target[PATH_MAX];
 };
 
+/*
+ * Internal tracking data.
+ */
+struct xattr_data_t {
+   POOLMEM *content;
+   uint32_t content_length;
+   uint32_t nr_errors;
+   uint32_t nr_saved;
+   alist *link_cache;
+};
+
 /*
  * Maximum size of the XATTR stream this prevents us from blowing up the filed.
  */