add bug closure to changelog
[debian/amanda] / device-src / property.h
index 1e296e1dd4b487e0aa3a216d1d866a57b14eff63..15b3440c1e8c66e5ffdb79cc70dfbed74015497c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, 2008, 2009, 2010 Zmanda, Inc.  All Rights Reserved.
+ * Copyright (c) 2007-2012 Zmanda, Inc.  All Rights Reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 as published
@@ -240,6 +240,11 @@ extern DevicePropertyBase device_property_full_deletion;
 extern DevicePropertyBase device_property_max_volume_usage;
 #define PROPERTY_MAX_VOLUME_USAGE (device_property_max_volume_usage.ID)
 
+/* For devices supporting max_volume_usage this property will be used 
+disable/enable property max_volume_usage. If FALSE, max_volume_usage 
+will not be verified while writing to the device */
+extern DevicePropertyBase device_property_enforce_max_volume_usage;
+#define PROPERTY_ENFORCE_MAX_VOLUME_USAGE (device_property_enforce_max_volume_usage.ID)
 /* Should the device produce verbose output?  Value is a gboolean.  Not
  * present in all devices. */
 extern DevicePropertyBase device_property_verbose;