On Thu, Apr 16, 2020 at 01:50:55PM +0200, Clément Leger wrote: > Hi Mark, Please don't top post, reply in line with needed context. This allows readers to readily follow the flow of conversation and understand what you are talking about and also helps ensure that everything in the discussion is being addressed. > Sorry, maybe the commit message was not clear enough but actually > these fields were not initialized so it does not break anything > (ie, the default values were always used). When you remove the definition of the struct and declaration of the variable pointing to it then the code won't compile. > > This means that your first patch will break the build, to keep things