#include <cogent.h>
int IP_NserveInitMyself(
IP_Task* myself, int flags )
;
The task structure for the current task.
A bitwise-OR of initialization flags, or 0.
This function declares the information stored in the task structure to nserve, through a call to IP_NserveInit. There are currently no flags.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.