What tabstop tries to explain is that there is no such thing as "struct configurationOptions", because you made the struct anonymous.
However, you did give that anonymous a name -- configurationOptions. So just type "configurationOptions" instead of "struct configurationOptions".