IP_TaskCopy

IP_TaskCopy -- copies a task structure.

Syntax

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.

See Also

Task Structure Caching

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.