Plugin-Gateway session mapping. More...
#include <plugin.h>
Data Fields | |
void * | gateway_handle |
Opaque pointer to the gateway session. | |
void * | plugin_handle |
Opaque pointer to the plugin session. | |
int | stopped:1 |
Whether this mapping has been stopped definitely or not: if so, the plugin shouldn't make use of it anymore. |
Plugin-Gateway session mapping.
void* janus_plugin_session::gateway_handle |
Opaque pointer to the gateway session.
void* janus_plugin_session::plugin_handle |
Opaque pointer to the plugin session.
int janus_plugin_session::stopped |
Whether this mapping has been stopped definitely or not: if so, the plugin shouldn't make use of it anymore.