summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/extensible.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/extensible.h b/include/extensible.h
index 4e6721414..a0544bba1 100644
--- a/include/extensible.h
+++ b/include/extensible.h
@@ -84,6 +84,11 @@ class CoreExport Extensible : public classbase
* Holds all extensible metadata for the class.
*/
ExtensibleStore extensions;
+
+ /** True if this Extensible has been culled.
+ * A warning is generated if false on destruction.
+ */
+ unsigned int culled:1;
public:
/**
* Get the extension items for iteraton (i.e. for metadata sync during netburst)