From c6d243662251abe50af749394a3e5241911da4e7 Mon Sep 17 00:00:00 2001 From: Michal Mielewczyk Date: Wed, 6 Sep 2023 15:46:28 +0200 Subject: [PATCH] volume: add description to 'uuid_copy' filed Signed-off-by: Michal Mielewczyk --- src/ocf_volume_priv.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ocf_volume_priv.h b/src/ocf_volume_priv.h index c327976..4440fa3 100644 --- a/src/ocf_volume_priv.h +++ b/src/ocf_volume_priv.h @@ -29,7 +29,10 @@ struct ocf_volume { /* true if reading discarded pages returns 0 */ } features; bool opened; + bool uuid_copy; + /* @brief True if OCF shall free UUID on volume deinit */ + void *priv; ocf_cache_t cache; struct list_head core_pool_item;