summaryrefslogtreecommitdiff
path: root/storage/perfschema/pfs_setup_actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/pfs_setup_actor.h')
-rw-r--r--storage/perfschema/pfs_setup_actor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/perfschema/pfs_setup_actor.h b/storage/perfschema/pfs_setup_actor.h
index 8b0ee8a485c..baebd27f0ad 100644
--- a/storage/perfschema/pfs_setup_actor.h
+++ b/storage/perfschema/pfs_setup_actor.h
@@ -49,7 +49,7 @@ struct PFS_setup_actor_key
};
/** A setup_actor record. */
-struct PFS_setup_actor
+struct PFS_ALIGNED PFS_setup_actor
{
/** Internal lock. */
pfs_lock m_lock;
@@ -92,6 +92,8 @@ extern ulong setup_actor_max;
extern PFS_setup_actor *setup_actor_array;
+extern LF_HASH setup_actor_hash;
+
/** @} */
#endif