IP_NserveInitMyself

IP_NserveInitMyself — declares current task structure information to nserve.

Syntax

#include <cogent.h>
int IP_NserveInitMyself(IP_Task*  myself,
 int  flags);

Arguments

myself

The task structure for the current task.

flags

A bitwise-OR of initialization flags, or 0.

Returns

0 on success, or -1 on failure and errno is set.

Description

This function declares the information stored in the task structure to nserve, through a call to IP_NserveInit. There are currently no flags.

See Also

Cascade NameServer Functions, nserve, IP_NserveInit