All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
as_txn_hash Struct Reference

Detailed Description

Transaction hash map.

Definition at line 78 of file as_txn.h.

#include "as_txn.h"

+ Collaboration diagram for as_txn_hash:

Data Fields

pthread_mutex_t lock
 
uint32_t n_eles
 
uint32_t n_rows
 
as_txn_hash_rowtable
 

Field Documentation

◆ lock

pthread_mutex_t as_txn_hash::lock

Definition at line 79 of file as_txn.h.

◆ n_eles

uint32_t as_txn_hash::n_eles

Definition at line 80 of file as_txn.h.

◆ n_rows

uint32_t as_txn_hash::n_rows

Definition at line 81 of file as_txn.h.

◆ table

as_txn_hash_row* as_txn_hash::table

Definition at line 82 of file as_txn.h.


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