Nice. BTW, I'm planning to add signal handling support for uloop.
Libevent support this feature. It need create a socketpair and when signal event triggered, it send a byte to socket so it can trigger a uloop fd event...
Alex Guo On 2014年08月07日 15:51, Alexandru Ardelean wrote:
procd sends SIGTERM to finish a process. Though the process stops, anything after uloop_run() ( uloop_done() and other cleanup ) does not seem to run. Signed-off-by: Alexandru Ardelean<[email protected]>
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
