Using and Administering

ll_deallocate Subroutine

Purpose

The ll_deallocate subroutine deallocates the query_element allocated by the ll_query subroutine.

Library

LoadLeveler API library libllapi.a

Syntax

#include "llapi.h"
 
int ll_deallocate(LL_element *query_element);

Parameters

query_element
Is a pointer to the LL_element returned by the ll_query function.

Description

query_element is the input field for this subroutine.

Return Values

This subroutine returns a zero to indicate success.

Error Values

-1
You specified an invalid query_element.

Related Information

Subroutines: ll_get_data, ll_set_request, ll_query, ll_get_objs, ll_reset_request, ll_next_obj, ll_free_objs.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]