On Fri, Feb 07, 2020 at 11:01:50AM +0100, Oleg Nesterov wrote: > On 02/06, Luc Van Oostenryck wrote: > > > > On Thu, Feb 06, 2020 at 06:01:32PM +0100, Oleg Nesterov wrote: > > > Points to the current function or to the global variable in case of > > > compound initializer. > > > > > > Kill the ugly test-dissect.c:storage() and change print_usage() to > > > report dissect_ctx->ident instead. > > > > Having the ful ident will be good, I think, but the cost is to have > > to maintain this context. I suppose it would be too painful to > > propgate this context via an additional argument to all involved > > functions? > > Oh, I'd prefer to not do this. This needs to add the additional "ctx" > arg to every do_.*() function in dissect.c, and for what? IMHO, this > will just complicate the code for no reason. Yes, I guessed so. No problem. -- Luc