libubox: allow reading out the remaining time of a uloop timer in Lua
authorStijn Cleynhens <stijncleynhens@gmail.com>
Mon, 5 Dec 2016 14:11:05 +0000 (15:11 +0100)
committerFelix Fietkau <nbd@nbd.name>
Mon, 5 Dec 2016 17:11:50 +0000 (18:11 +0100)
commitf9db1cb918da64101fdc72422551d95b054b1a38
tree50f59741ae3695bec91a1bee77d6efb7804cada7
parent77a629375d7387a33a59509d9d751a8798134cab
libubox: allow reading out the remaining time of a uloop timer in Lua

Add Lua method to the uloop wrapper to allow reading out the remaining time of a uloop timer

Signed-off-by: Stijn Cleynhens <stijncleynhens@gmail.com>
lua/uloop.c