XTA: API Reference for C language

xta_transaction_manager_s Struct Reference

#include <xta_transaction_manager.h>

Data Fields

GMutex mutex
 
GHashTable * transactions
 

Detailed Description

XTA Transaction Manager data type

Definition at line 43 of file xta_transaction_manager.h.

Field Documentation

GMutex xta_transaction_manager_s::mutex

A mutex that's necessary to synchronize some operations in a multithreaded environment

Definition at line 48 of file xta_transaction_manager.h.

Referenced by xta_transaction_manager_create_transaction(), and xta_transaction_manager_delete().

GHashTable* xta_transaction_manager_s::transactions

Currently managed Transaction objects,

See Also
xta_transaction_manager_begin

Definition at line 53 of file xta_transaction_manager.h.

Referenced by xta_transaction_manager_create_transaction(), and xta_transaction_manager_delete().


The documentation for this struct was generated from the following file:

Copyright © 2009-2019, Christian Ferrari tiian@users.sourceforge.net http://www.tiian.org/