#include "gm_call_trace.h"
#include "gm_debug.h"
#include "gm_debug_yp.h"
#include "gm_internal.h"
#include "gm_lanai_command.h"
Functions | |
GM_ENTRY_POINT gm_status_t | gm_host_name_to_node_id_ex (gm_port_t *port, unsigned int timeout_usecs, const char *host_name, unsigned int *node_id) |
GM_ENTRY_POINT unsigned int | gm_host_name_to_node_id (gm_port_t *port, char *host_name) |
The file containing the GM API function gm_host_name_to_node_id().
|
gm_host_name_to_node_id_ex() translates a GM host name to a node ID.
|
|
This function is deprecated. Use gm_host_name_to_node_id_ex() instead. gm_host_name_to_node_id() returns the GM ID associated host_name or GM_NO_SUCH_NODE_ID in case of an error.
|