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

NAME
write_device_ack - return the status of an I/O transaction

SYNOPSIS
#include <score_device.h>

int write_device_ack(int fd, int status, int cell);

DESCRIPTION
The write_device_ack() function returns the status of an I/O transaction.

RETURN VALUES
write_device_ack() returns 0 if a write operation succeeded. Otherwise it returns a non-zero value.

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.