Content-type: text/html
Manpage of endTCBLocalFD
endTCBLocalFD
Section: Timely Computing Base (1)
Updated: 30 September 2002
Index
Return to Main Contents
NAME
endTCBLocalFD - finishes a local failure detection instantiation
the TCB.
SYNOPSIS
#include
"tcb/tcb.h"
int endTCBLocalFD(int descriptor,int fddesc, TCBtimestamp * end_ev, TCBtimeinterval * procdelay, char * faulty);
DESCRIPTION
ends a local failure detection service instantiation, providing the delay of the observed interval, the timestamp that signals the end of the observed interval, and the information about the timeliness of the execution.
descriptor
references the connection to the TCB.
fddesc
is the descriptor that identifies the service instantiation.
*end_ev
is a pointer to a variable that the TCB will sets with the termination event of the observed interval (nanosecond resolution).
*procdelay
is a pointer to a variable that the TCB will sets with the delay of the observed interval (nanosecond resolution).
*faulty
is a pointer to a variable that the TCB will sets with 0, if a failure doesn't occurred, and 1 if a timing failure was occurred.
endTCBLocalFD.
RETURN VALUE
OK
if no errors occurred
ERRORS
TCB_ACESS_ERROR
if an error occurred on the access to the TCB.
INVALID_LOCALFD_DESC
if an incorrect descriptor of a service instantiation was provided to TCB.
SEE ALSO
startTCBLocalFD (1)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUE
-
- ERRORS
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 23:05:26 GMT, August 06, 2003