SCORE_GET_RESOURCE_REQUEST(3)
SCORED LIBRARY (C)
SCORE_GET_RESOURCE_REQUEST(3)
NAME
score_get_resource_request - get resource request for SCore-D login

SYNOPSIS
#include <score_resource.h>

scoreResourceRequest *score_get_resource_request(void);

DESCRIPTION
score_get_resource_request() can be called within the score_runtime_resource() function by a runtime library to check if a resource specification is suitable or not for the runtime library.

RETURN VALUES
score_get_resource_request() returns a pointer to scoreResourceRequest, a score_resource_request struct containing a resource request for SCore-D login specified by an user executing scrun(1).

SEE ALSO
scrun(1), score_runtime_resource(3), SCore-D Runtime Development

$Id: score_get_resource_request.html,v 1.2 2002/02/27 12:39:35 liu Exp $