![]() |
Diffusion C API 6.12.0
|
Structure supplied when issuing a diffusion_metrics_remove_session_metric_collector call.
More...
#include <metrics.h>
Data Fields | |
| char * | collector_name |
| The name of the session metric collector that will be removed from the server. | |
| session_metric_collector_remove_cb | on_collector_removed |
| Callback fired when the session metric collector is removed. | |
| 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_metrics_remove_session_metric_collector call.