#include <srripc.h>
int SrrNameAttach(nid_t n, const char* name);
On success, returns a name ID, used as the argument to SrrNameDetach. On failure, returns -1 and sets errno.
This function attaches a name to this process. If a name starts with a slash '/' then it is considered to be a global name. Global names are registered with optionally run global process name servers.
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.