Re: handler vs jim_handler

2022-11-05 Thread Antonio Borneo
On Sat, Nov 5, 2022 at 5:10 PM R. Diez wrote: > > Hi all: > > In file src/helper/command.h , "struct command", there are these 2 members: > > command_handler_t handler; > Jim_CmdProc *jim_handler; > > OpenOCD commands seem to use the one or the other. What is the difference? If > one preferable?

handler vs jim_handler

2022-11-05 Thread R. Diez
Hi all: In file src/helper/command.h , "struct command", there are these 2 members: command_handler_t handler; Jim_CmdProc *jim_handler; OpenOCD commands seem to use the one or the other. What is the difference? If one preferable? Thanks in advance, rdiez