Using and Administering

ll_reset_request Subroutine

Purpose

The ll_reset_request subroutine resets the request data to NULL for the query_element you specify.

Library

LoadLeveler API library libllapi.a

Syntax

#include "llapi.h"
 
int ll_reset_request(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.

This subroutine is used in conjunction with ll_set_request to change the data requested with the ll_get_objs subroutine.

Return Values

This subroutine returns a zero to indicate success.

Error Values

-1
The subroutine was unable to reset the appropriate data.

Related Information

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


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