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

NAME
device_terminate - terminate the process

SYNOPSIS
#include <score_device.h>

void device_terminate(int exit_code);

DESCRIPTION
The device_terminate() function terminates the device (server) process issuing the function. It never returns from the function.

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.