[−][src]Function sunrise_libuser::syscalls::create_port
pub fn create_port(
max_sessions: u32,
is_light: bool,
name_ptr: &[u8]
) -> Result<(ClientPort, ServerPort), KernelError>
Creates an anonymous port.
pub fn create_port(
max_sessions: u32,
is_light: bool,
name_ptr: &[u8]
) -> Result<(ClientPort, ServerPort), KernelError>
Creates an anonymous port.