remove_xact

Description

Decrement the count of sites still active in the distributed transaction.

Syntax

RETCODE remove_xact(connect, commid, n)
 
 DBPROCESS     *connect;
 DBINT            commid;
 int                 n;

Parameters

connect

A pointer to the DBPROCESS used to communicate with the commit service.

commid

The commid used to identify the transaction to the commit service.

n

The number of sites to remove from the transaction.

Returns

SUCCEED or FAIL.

Usage

See also

abort_xact, commit_xact, scan_xact, start_xact, stat_xact