invoke_no_support
invoke_no_support
This function indicates that an invoke has occured on a remote machine on which
their is no local knowledge.
Signature
Status invoke_no_support(
Token machine_id,
Token cont,
StateInterval state_interval,
invoke params )
Arguments
- machine_id - indicates the machine on which the invocation has
occured
- cont - indicates the container which has been invoked
- state_interval - indicates the state_interval when the
invoke
occured
- param4 - indicates the parameter of the original invoke.
Semantics
This function is a manager interface function. It is called by the kernel when
an invoke has occured on a machine for which their is no local information
about the invoked container. This can occur when a locus has taken a capability
for a container to a remote machine. When the first invoke occurs, the manager
is called using the invoke_no_support function. This allows the manager to
establish a new local manager on the remote machine or the locus to be
migrated to another machine.
Status
Notes
Warnings
See Also
invoke
managers