#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 );
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-2006 by Cogent Real-Time Systems, Inc. All rights reserved.