#include <cogent.h>
int IP_NserveLookupId(
int nid, int pid, int chid, IP_Task* task )
;
A node ID.
A process ID.
A channel ID.
An empty task structure to hold the result.
This function queries nserve for the first task whose nid, pid and chid exactly match the provided values. The task structure is filled in with all information from nserve. Strings are allocated as necessary, and will be deallocated when the task pointer is submitted to IP_TaskDestroy.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.