Skip to main content

moq_broadcast_request_path

Function moq_broadcast_request_path 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn moq_broadcast_request_path( request: u32, dst: *mut moq_string, ) -> i32
Expand description

The path of a broadcast request delivered to a moq_origin_dynamic callback.

The destination borrows the request’s storage: copy it out before accept, reject, or moq_broadcast_request_free.

Returns a zero on success, or a negative code on failure.

§Safety