samsam,
When you create a cluster, it's always a good idea to make it a typedef. This allows you to only need to make changes in one place, and the changes are propogated through all instances. If this cluster were a typedef, all you would need to do is add the element in the cluster in the typedef.
Good luck