#include <cogent.h>
int IP_NserveAdd(
char* name, char* domain, char* qname, int nid, int pid, int chid )
;
A task name.
A domain name, or NULL.
A queue name, or NULL.
A node ID.
A process ID.
A channel ID.
This function adds an entry to nserve, associating the name with domain, qname, nid, pid and chid.
If domain is NULL, then the default domain is used. If qname is NULL, then a blank queue name is used. The actual nid/pid/chid combination need not actually exist. The resulting nserve entry will be removed when the process that created it exits. A single process may add any number of names.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.