]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/acl.h
Loose #ifdef and use const bool wrapper for some cleaner coding.
[bacula/bacula] / bacula / src / filed / acl.h
index 06d4194248c11a40bb68f85ba016e10e0a02f18c..dc60ce41ec239f9146faf54ac99d382f6955e796 100644 (file)
@@ -69,4 +69,13 @@ typedef enum {
 #define BACL_ENOTSUP          ENOTSUP
 #endif
 
+/*
+ * Internal tracking data.
+ */
+struct acl_data_t {
+   POOLMEM *content;
+   uint32_t content_length;
+   uint32_t nr_errors;
+};
+
 #endif