#include <cogent.h>
IP_Task* IP_TaskSetInfo(
IP_Task* task, int nid, int pid, int chid, char* name, char* domain, char* qname, int security, void* userdata )
;
A task pointer.
A node ID.
A process ID.
A channel ID.
The name of the task.
The domain name, or NULL.
A queue name, or NULL.
Unused, should be 0.
A pointer to user-defined data, or NULL.
This function sets the various fields in the task structure. It is simply a convenience function. If domain is NULL, the default domain is used.
Task Structures, Domains in the Cascade NameServer chapter, IP_TaskSetDomain, IP_TaskDefaultDomain
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.