#include <cogent.h>
int IP_NserveReattach(
IP_Task* task)
;
This function will close all connections and queues associated with the task, and will attempt to look up the task name again on nserve, replacing any new information that it acquires. This is useful if the pointer to the task structure is widely used in an application, and the programmer wishes to re-locate a dead task without having to visit all uses of the task pointer.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.