> - if (!uuid_is_null(super->parent_uuid)) > + if (!uuid_is_null((uuid_t *)super->parent_uuid)) No strange casts please, change parent_uuid to be an actual uuid_t instead.
> - if (!uuid_is_null(super->parent_uuid)) > + if (!uuid_is_null((uuid_t *)super->parent_uuid)) No strange casts please, change parent_uuid to be an actual uuid_t instead.