Diffusion C API  6.10.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
session_listener_s Struct Reference

When a session changes state, a listener may be called to inform the client of the transition via the appropriate function pointer in this structure. More...

Data Fields

void(* on_state_changed )(struct session_s *session, const SESSION_STATE_T old_state, const SESSION_STATE_T new_state)
 The current session has transitioned between states.
 

Detailed Description

When a session changes state, a listener may be called to inform the client of the transition via the appropriate function pointer in this structure.


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