ubus/lua: pass notification name to callback
authorDirk Feytons <dirk.feytons@gmail.com>
Tue, 16 Jan 2018 17:13:39 +0000 (18:13 +0100)
committerJohn Crispin <john@phrozen.org>
Wed, 17 Jan 2018 08:59:58 +0000 (09:59 +0100)
commit5bae22eb5472c9c7cc30caa9a84004bba19940d3
tree7ea322c69503050674c5c5e3fe16d79891f5a4a7
parent212ceb1b021bc0db19201894e1e9633fa6a25638
ubus/lua: pass notification name to callback

The callback function registered to be invoked when subscribing to a
notification was only passed the notification data (if any) but not the name
of the notification.

This name is now passed as second argument to remain backwards compatible.
The example subscriber.lua has also be updated.

Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
lua/subscriber.lua
lua/ubus.c