#include <cogent.h>
int IP_NservePackTaskInfo(char* buffer, int maxlen, char* prefix, char* name, char* domain, char* qname, int nid, int pid, int chid );
0 on success. -1 on failure and errno is set:
This function creates a Lisp-parseable representation of the task information, suitable for transmission to nserve and associated library functions. If domain is NULL, the default domain is used. If qname is NULL, then a blank queue name is used. The nid, pid and chid parameters must all be specified.
Copyright © 1995-2012 by Cogent Real-Time Systems, Inc. All rights reserved.