container_set_invoke


container_set_invoke

Specifies an invocation point for a container.

Signature

Status container_set_invoke(
	Capref	cont,
	Vaddr	entry )

Arguments

Semantics

This call defines the invocation point of the container specified by cont. If successful, loci that invoke cont will begin execution at the address specified by entry. A previously defined invocation point will be removed before the new one is defined.

Status

Fails if cont is an invalid capref.

Fails if cont does not reference a container.

See Also

Capabilities

Invocation

Loci

container_remove_invoke