Constructor

FridaPortalServicenew

Declaration

FridaPortalService*
frida_portal_service_new (
  FridaEndpointParameters* cluster_params,
  FridaEndpointParameters* control_params
)

Description [src]

Creates a portal service.

Parameters

cluster_params

Type: FridaEndpointParameters

The endpoint that nodes connect to.

The data is owned by the caller of the function.
control_params

Type: FridaEndpointParameters

The endpoint that controllers connect to, or null to disable the control endpoint.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: FridaPortalService

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.