libubox: allow reading out the pid of uloop process in lua
authorFlorian Eckert <eckert.florian@googlemail.com>
Tue, 13 Dec 2016 11:34:31 +0000 (12:34 +0100)
committerFelix Fietkau <nbd@nbd.name>
Tue, 13 Dec 2016 16:13:20 +0000 (17:13 +0100)
commit4a9f74f7ae6c092c731969c93f90ab4d6a07b524
treea58b7ff990c175013c76af2de431f3b2c74a1a54
parent372e1e65efc3c94a0ba15ae4168e76dc6bffeea0
libubox: allow reading out the pid of uloop process in lua

Add Lua method to get the forked pid of a uloop process

Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
lua/uloop.c