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) |
int is_get_host | ( | char * | host, | |
is_host_t * | ph | |||
) |
Gets node number for host from information service
host | host name for which host info is retrieved | |
ph | where the host info is stored |
int is_get_port | ( | char * | proc, | |
is_port_t * | pi | |||
) |
Gets port info for process with process-name proc from information service
proc | process name for which port info is retrieved | |
pi | where the port info is stored |