]> 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 81149cf96bcd2163f7402565fd1eba9beedd6554..dc60ce41ec239f9146faf54ac99d382f6955e796 100644 (file)
@@ -67,8 +67,15 @@ typedef enum {
 #define BACL_ENOTSUP          ENOSYS
 #elif defined(HAVE_LINUX_OS) 
 #define BACL_ENOTSUP          ENOTSUP
-#elif defined(HAVE_SUN_OS) 
-#define BACL_ENOTSUP          ENOSYS
 #endif
 
+/*
+ * Internal tracking data.
+ */
+struct acl_data_t {
+   POOLMEM *content;
+   uint32_t content_length;
+   uint32_t nr_errors;
+};
+
 #endif