#include <cogent.h>
int IP_NserveRemove(
char* name)
;
This function removes the name entry from nserve. No check is performed to ensure that the requesting task in fact "owns" the name being removed. This will trigger the same response by nserve as if the process referred to by name had exited, except that any other names associated with that process will remain.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.