[][src]Function qpid_proton_sys::pn_session_free

pub unsafe extern "C" fn pn_session_free(session: *mut pn_session_t)

Free a session object. When a session is freed it will no longer be retained by the connection once any internal references to the session are no longer needed. Freeing a session will free all links on that session and settle any deliveries on those links.