Fork me on GitHub
Data Fields
janus_transport_session Struct Reference

Transport-Gateway session mapping. More...

#include <transport.h>

Collaboration diagram for janus_transport_session:
Collaboration graph
[legend]

Data Fields

void * transport_p
 Opaque pointer to the transport session. More...
 
void(* p_free )(void *)
 Pointer to the transport-provided function, if needed, that will be used to free the opaque transport session instance. More...
 
volatile gint destroyed
 Whether this mapping has been destroyed definitely or not: if so, the transport shouldn't make use of it anymore. More...
 
janus_mutex mutex
 Mutex to protect changes to transport_p. More...
 
janus_refcount ref
 Reference counter for this instance. More...
 

Detailed Description

Transport-Gateway session mapping.

Field Documentation

volatile gint janus_transport_session::destroyed

Whether this mapping has been destroyed definitely or not: if so, the transport shouldn't make use of it anymore.

janus_mutex janus_transport_session::mutex

Mutex to protect changes to transport_p.

void(* janus_transport_session::p_free) (void *)

Pointer to the transport-provided function, if needed, that will be used to free the opaque transport session instance.

janus_refcount janus_transport_session::ref

Reference counter for this instance.

void* janus_transport_session::transport_p

Opaque pointer to the transport session.


The documentation for this struct was generated from the following file: