UM C API
6.16.1
|
Structure that holds the context application function to configure the callback when new sources are discovered. More...
#include <lbm.h>
Data Fields | |
lbm_src_notify_function_cb | notifyfunc |
Function pointer for application callback function. | |
void * | clientd |
Client data to be passed to the callback. | |
Structure that holds the context application function to configure the callback when new sources are discovered.
See the resolver_source_notification_function (context) configuration option.
See lbm_src_notify_func_t_stct for field definitions.