erl_global
erl_global
C library
erl_global
Library summary
Access globally registered names.
Description
This module provides support for registering, looking up, and unregistering names in the global
module. For more information, see kernel:global
.
Notice that the functions below perform an RPC using an open file descriptor provided by the caller. This file descriptor must not be used for other traffic during the global operation, as the function can then receive unexpected data and fail.
Exports
char **erl_global_names(fd,count)
Types:
int fd; int *count;
Retrieves a list of all known global names.
-
fd
is an open descriptor to an Erlang connection. -
count
is the address of an integer, or登录查看完整内容