Knowledge Center Contents Previous Next |
lsb_freeLimitInfoEnt()
Frees the memory allocated by lsb_limitInfo().
SYNOPSIS
#include <lsf/lsbatch.h> void lsb_freeLimitInfoEnt(limitInfoEnt * ent, int size) typedef struct _limitInfoEnt { char * name; limitItem confInfo; int usageC; limitItem usageInfo; } limitInfoEnt;PARAMETERS
ent
input, the array of limit information
size
input, the size of the limit information array
_limitInfoEnt
The structure limitInfoEnt contains the following fields:
name
Limit policy name given by the user.
confInfo
Limit configuration.
usageC
Size of limit dynamic usage info array.
usageInfo
Limit dynamic usage info array.
RETURN VALUES
LSBE_NO_ERROR
Suceess; others, errors happened.
ERRORS
On failure, lsberrno is set to indicate the error.
SEE ALSO
Related API
lsb_limitInfo()
Equivalent command
blimits
Files
lsb.queues, lsb.users, lsb.hosts, lsb.resources
Platform Computing Inc.
www.platform.com |
Knowledge Center Contents Previous Next |