Re: AW: question about posix timer expiration

2021-05-26 Thread Chris Johns
On 21/5/21 9:44 pm, gabriel.moy...@dlr.de wrote: > Did you compile ptpd with kqueue only? I’ve tried with posix timer, which are > implemented in rtems, but it seems that the handler with siginfo_t is not > called > correctly. I’ve managed to get it working using a workaround but I’ll continue > w

AW: question about posix timer expiration

2021-05-21 Thread Gabriel.Moyano
: Chris Johns Gesendet: Mittwoch, 19. Mai 2021 10:30 An: Moyano Heredia, Victor Gabriel Cc: devel@rtems.org Betreff: Re: question about posix timer expiration On 18 May 2021, at 10:02 pm, gabriel.moy...@dlr.de<mailto:gabriel.moy...@dlr.de> wrote:  From further investigation I’ve found tha

Re: question about posix timer expiration

2021-05-19 Thread Chris Johns
to create a siginfo_t > object with the right value? > > Did anyone have to deal with this while using posix timers? > > Thanks! > > Von: devel Im Auftrag von gabriel.moy...@dlr.de > Gesendet: Mittwoch, 12. Mai 2021 14:37 > An: devel@rtems.org > Betreff: questio

AW: question about posix timer expiration

2021-05-18 Thread Gabriel.Moyano
e to deal with this while using posix timers? Thanks! Von: devel Im Auftrag von gabriel.moy...@dlr.de Gesendet: Mittwoch, 12. Mai 2021 14:37 An: devel@rtems.org Betreff: question about posix timer expiration Hello everyone, Currently I am trying to get running ptpd on rtems (following the Chri

question about posix timer expiration

2021-05-12 Thread Gabriel.Moyano
Hello everyone, Currently I am trying to get running ptpd on rtems (following the Chris' work, thx btw). Ptpd uses posix timers and when a timer expires a handler with this signature void(int sig, siginfo_t *info, void *ucontext) is called. Unfortunately (*info) doesn't have the right values,