API functions


Classes

struct  is_port_t
 port info More...
struct  is_host_t
 node info More...

Functions

int is_get_port (char *proc, is_port_t *pi)
int is_get_host (char *host, is_host_t *ph)

Function Documentation

int is_get_host ( char *  host,
is_host_t ph 
)

Gets node number for host from information service

Parameters:
host host name for which host info is retrieved
ph where the host info is stored
Returns:
  • 0: OK
  • else: error

int is_get_port ( char *  proc,
is_port_t pi 
)

Gets port info for process with process-name proc from information service

Parameters:
proc process name for which port info is retrieved
pi where the port info is stored
Returns:
  • 0: OK
  • else: error


Generated on 4 Mar 2014 for isintf by  doxygen 1.4.7