osmo-remsim/src/bankd
Harald Welte 0fd77a5790 bankd: Introduce SIGMAPADD to tell worker about new mapping
So far the wokrer used to sleep 10s and only check in those intervals
if [finally] a mapping had arrived.  Using SIGMAPADD, we can
directly break the worker out of its select() call and hence make
it pick up a new mapping instantaneously.

This also makes RemsimBankd_Tests.TC_removeMapping_connected() pass

Change-Id: If0130ab4b49ffcae6ab7a8b9926a6d9477eb3981
2019-12-15 00:11:43 +01:00
..
Makefile.am configure.ac: Add --disable-remsim-bankd 2019-04-03 13:11:57 +02:00
bankd.h configure.ac: Add --disable-remsim-bankd 2019-04-03 13:11:57 +02:00
bankd_main.c bankd: Introduce SIGMAPADD to tell worker about new mapping 2019-12-15 00:11:43 +01:00
bankd_pcsc.c configure.ac: Add --disable-remsim-bankd 2019-04-03 13:11:57 +02:00
driver_core.c configure.ac: Add --disable-remsim-bankd 2019-04-03 13:11:57 +02:00
driver_pcsc.c configure.ac: Add --disable-remsim-bankd 2019-04-03 13:11:57 +02:00
internal.h configure.ac: Add --disable-remsim-bankd 2019-04-03 13:11:57 +02:00
main.c configure.ac: Add --disable-remsim-bankd 2019-04-03 13:11:57 +02:00