[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Fwd: Re: marathon,was:Egale



On Wed, 15 Feb 2012 12:28:19 +0100, Jo Even Skarstein <joska@online.no> wrote:

I'm not sure if the slb-appl_init comes from the caller (why should
it do this twice?), I assume the
slb does this on its own, and wants to become an AES-client. Someone
should check this in the code.

appl_init is getting called twice - and also the app id is stored twice. One time int the SLB, one time in the
 caller App.

In which SLB function is appl_init called?

Never mind, I just checked it myself. It is called in slb_init. slb_init is called in the context of the SLB itself. Calling appl_init here does not make any sense at all. According to your previous post about this, this apid is only used in the bubblegem-code. The appl_init can safely be removed and the correct apid must be used in the bubblegem-code.

Jo Even