Generic callback function invoked by ENS to acknowledge an asynchronous call.
typedef void (*subscriber_cb_t) (void *arg,
int rc,
void *data);
|
arg |
Context variable passed by the caller. |
|
rc |
The return code. |
|
data |
For an open, contains a newly created context. |
Nothing