NAME
slack_bind
SYNOPSIS
#include <charm.h>
Status slack_bind(Cap slackcap, ArenaID arena);
PARAMETERS
slackcap The capability associated with the slack time manager.
arena The arena being made the slack time manager.
DESCRIPTION
This function sets an arena to be the slack time manager.
RETURN VALUES
Upon the successful completion, the slack_bind() function returns [SUCCEESS].
ERRORS
If the slack_bind() function fails, a Status is returned that corresponds to one of the following values:
[SLACK_CAP_ INVALID] The capability specified by tscap is invalid.
[NO_SUCH_ARENA] occurs if the arena specified does not exist.
RELATED INFORMATION
Notes for Gurus
last updated: 11/2/99