Open System Services System Calls Reference Manual (G06.29+, H06.08+, J06.03+)

spt_setTMFConcurrentTransactions(2) OSS System Calls Reference Manual
NAME
spt_setTMFConcurrentTransactions - Sets the number of concurrent TMF transactions
LIBRARY
G-series native OSS processes: /G/system/sysnn/zsptsrl
H-series OSS processes: /G/system/zdllnnn/zsptdll
SYNOPSIS
#include <spthread.h>
int spt_setTMFConcurrentTransactions (
short max_trans );
PARAMETERS
max_trans Specifies the maximum number of concurrent transactions desired.
DESCRIPTION
This function sets the maximum number of concurrent TMF transactions.
RETURN VALUES
This function returns 0 (zero) upon successful completion of the call. If an error occurs, this
function can return the following value:
EINVAL Unable to change the maximum number of concurrent transactions because TMF
is already processing transactions.
RELATED INFORMATION
Functions: spt_getTMFConcurrentTransactions(2).
STANDARDS CONFORMANCE
This function is an extension to the UNIX98 specification. Interfaces documented on this refer-
ence page conform to the following industry standards:
IEEE Std 1003.1c-1995, POSIX System Application Program Interface
The use of the header file spthread.h is an HP exception to the POSIX standard.
7414 Hewlett-Packard Company 527186-023