Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ubus/lua: pass notification name to callback | Dirk Feytons | 2018-01-17 | 1 | -2/+3 |
| | | | | | | | | | | | 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> | ||||
* | Implemented publish/subscribe lua bindings to libubus-lua with example lua ↵ | Iain Fraser | 2016-06-06 | 1 | -0/+25 |
files. |