NAME

slack_unbind - Unbind the arena associated with the management of slack time.

SYNOPSIS

#include <charm.h>

Status slack_unbind( Cap slackcap );

PARAMETERS

slackcap The capability associated with slack time manager.

DESCRIPTION

This function disassociates an arena with slack time management.

RETURN VALUES

Upon the successful completion, the slack_unbind() function returns [SUCCESS].

ERRORS

If the slack_unbind() function fails, a Status is returned that corresponds to one of the following values:

[SLACK_CAP_ INVALID] The capability specified by slackcap is invalid.

RELATED INFORMATION

slack_bind(), slack_change_caps()

last updated: 7/9/99