The ll_next_obj subroutine returns the next object in the query_element list you specify.
LoadLeveler API library libllapi.a
#include "llapi.h" LL_element * ll_next_obj(LL_element *query_element);
query_element is the input field for this subroutine.
Use this subroutine in conjunction with the ll_get_objs subroutine to "loop" through the list of objects queried.
This subroutine returns a pointer to the next object in the list.
Subroutines: ll_get_data, ll_set_request, ll_query, ll_get_objs, ll_free_objs, ll_deallocate.