Hi,
is it possible to get the ubus object in a callback function after using ubus_invoke?
I want to send another request to the object in the callback function...
Hi,
is it possible to get the ubus object in a callback function after using ubus_invoke?
I want to send another request to the object in the callback function...
Ahh. I found the solution
struct ubus_request *req
You can find the object here
req->peer