debian man page for gfarm_url_hosts_schedule

Query: gfarm_url_hosts_schedule

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GFARM_URL_HOSTS_SCHEDULE(3)											       GFARM_URL_HOSTS_SCHEDULE(3)

NAME
gfarm_url_hosts_schedule - schedule filesystem nodes using file-affinity scheduling
SYNOPSIS
#include <gfarm/gfarm.h> char *gfarm_url_hosts_schedule (char * gfarm_url, char * option, int * nhostsp, char *** hostsp);
DESCRIPTION
The gfarm_url_hosts_schedule() function schedules filesystem nodes using file-affinity scheduling with a Gfarm file gfarm_url, and returns an array of filesystem hostnames hostsp and the number of scheduled hosts nhostsp. The returned array of hostnames hostsp should be free'ed with gfarm_strings_free_deeply(3).
RETURN VALUES
NULL The function terminated successfully. GFARM_ERR_NO_MEMORY Insufficient memory was available. Others An error except the above occurred. The reason is shown by its pointed strings.
NOTES
The argument option is reserved to specify options for scheduling, although it is not used in the current implementation. Gfarm 18 March 2003 GFARM_URL_HOSTS_SCHEDULE(3)
Related Man Pages
gfreg(1) - debian
gfarm_url_section_replicate_from_to(3) - debian
gfarm_url_section_replicate_to(3) - debian
gfs_pio_set_view_local(3) - debian
gfs_pio_set_view_index(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?