Visit Platform at http://www.platform.com

glb_init_all

Initializes and establishes a connection with all License Scheduler daemons.

glb_init_all is a routine that initializes and establishes a connection with all License Scheduler daemons specified in lsf.licensescheduler. This is useful when there are multiple License Scheduler master and slave daemons running for failover purposes.

#include <glb/glb.h>

link_t *glb_init_all()

typedef struct link_t {
int num;
void *ptr;
struct link_t *next
};

Parameters:
none 
Data Structures:
none
Define Statements:
none
Returns:
*link_t
A linked list of License Scheduler daemon handles that glb_init_all initialises and connects to.
Errors:
On failure, glberrno is set to indicate the error.
Equivalent line commands:
none
Files:
LSF_CONFDIR/lsf.licensescheduler
See also:
glb_close_all


     
Date Modified: 30 Jan 2011
Platform Support: support@platform.com
Platform Information Development: doc@platform.com

Platform Computing. Accelerating Intelligence(TM).
Copyright © 1994-2011 Platform Computing Corporation. All rights reserved.