![]() |
Diffusion C API 6.12.1
|
Structure supplied when issuing a diffusion_client_close_with_filter call. More...
#include <client-control.h>
Data Fields | |
| const char * | filter |
| Identifies the set of client sessions for which the change will be applied. | |
| client_close_with_filter_cb | on_clients_closed |
| Callback when the sessions matching the filter have been closed. | |
| ERROR_HANDLER_T | on_error |
| Callback to handle errors. Can be NULL. | |
| DISCARD_HANDLER_T | on_discard |
| Callback to handle discards. Can be NULL. | |
| void * | context |
| User supplied context. Can be NULL. | |
Structure supplied when issuing a diffusion_client_close_with_filter call.
| const char* diffusion_client_close_with_filter_params_s::filter |
Identifies the set of client sessions for which the change will be applied.
For details on how to specify session filters see session.h