Functions | |
int | rs_get_reginfo (int node, char *proc, rs_reg_t *pinfo) |
int | rs_mark_reginfo_invalid (int node, char *proc) |
int | rs_get_reginfo_direct (int node, char *proc, rs_reg_t *pinfo) |
int | rs_set_verboselevel (int level) |
int rs_get_reginfo | ( | int | node, | |
char * | proc, | |||
rs_reg_t * | pinfo | |||
) |
Gets registration info for a process. When found the entry is stored in cache, successive calls will get info from cache. When proc is not reachable or disconnects the cache line should be marked invalid with rs_mark_reginfo_invalid()
node | Node of process | |
proc | Name of process | |
pinfo | Registration info filled in |
int rs_get_reginfo_direct | ( | int | node, | |
char * | proc, | |||
rs_reg_t * | pinfo | |||
) |
Gets registration info for a process directly from registration server, no cache is used.
node | Node of process | |
proc | Name of process | |
pinfo | Registration info filled in |
int rs_mark_reginfo_invalid | ( | int | node, | |
char * | proc | |||
) |
Marks a cache entry as invalid
node | Node of process | |
proc | Name of process |
int rs_set_verboselevel | ( | int | level | ) |
Set the verbose level of the server process
level | Verbose level |