DEVICE_INITIALIZE(3)
SCORE-D DEVICE PROGRAMMING
DEVICE_INITIALIZE(3)

NAME
device_initialize - initialize a SCore-D device

SYNOPSIS
#include <score_device.h>
int device_initialize(int argc, char** argv);

DESCRIPTION
The device_initialize() function establishes a connection between SCore-D and a device (server) process.

RETURN VALUES
device_initialize() returns 0 on success, or -1 on failure.

SEE ALSO
Device programming example

CREDIT
This document is a part of the SCore cluster system software developed at PC Cluster Consortium, Japan. Copyright (C) 2003 PC Cluster Consortium.