Function qpid_proton_sys::pn_session[][src]

pub unsafe extern "C" fn pn_session(
    connection: *mut pn_connection_t
) -> *mut pn_session_t
Expand description

Factory for creating a new session on a given connection object. Creates a new session object and adds it to the set of sessions maintained by the connection object.