Re: [PATCH BlueZ 0/1 v3] ELL based mainloop

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

 



Ping

On Sun, 2019-08-11 at 00:00 -0700, Inga Stotland wrote:
> + timeout-ell.c
> 
> This patch addresses a need to enable using common mainloop for the
> ell-based apps that desire to use common bluetooth fuctionality
> (e.g., bt_shell).
> 
> Note: A bit awkward callback handling there is due to the discrepancy
> in the arg type for signo (signal number).
> 
> src/shared/mainloop.h:
> typedef void (*mainloop_signal_func) (int signum, void *user_data)
> 
> and ell/main.h:
> 
> typedef void (*l_main_signal_cb_t) (uint32_t signo, void *user_data)
> 
> My guess is that ell derives the unsigned int type from
> <sys/signalfd.h>,
> where ssi_signo is defined as uint32_t. BlueZ is probably following
> the
> standard Linux signal handling, where signal is represented as an
> int. 
> 
> Inga Stotland (1):
>   shared/mainloop: Add ell-based mainloop implementation
> 
>  Makefile.am               |  11 +++-
>  src/shared/mainloop-ell.c | 126
> ++++++++++++++++++++++++++++++++++++++
>  src/shared/timeout-ell.c  |  72 ++++++++++++++++++++++
>  3 files changed, 206 insertions(+), 3 deletions(-)
>  create mode 100644 src/shared/mainloop-ell.c
>  create mode 100644 src/shared/timeout-ell.c
> 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux