IP_TaskCopy
IP_TaskCopy — copies a task structure.
Syntax
#include <cogent.h>
IP_Task* IP_TaskCopy(
IP_Task* task)
;
Arguments
- task
A pointer to a task structure to be copied.
Returns
A pointer to a new task
structure.
Description
This function makes a copy of
the task structure pointed to by task. This
will not perform queue initialization or name registration with
nserve.