IP_NserveClose

IP_NserveClose — closes the channel to nserve.

Syntax

#include <cogent.h>

int IP_NserveClose(IP_Task* task);

Arguments

task

A task structure referring to nserve.

Returns

0

Description

This function closes the channel to nserve, which produces exactly the same result as if the process had died. nserve will generate a task death notice for each of the names associated with this process.

See Also

The Cascade NameServer, Cascade NameServer Functions, nserve, IP_NserveReattach