Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

txnlog.h File Reference

#include "msint.h"

Include dependency graph for txnlog.h:

Go to the source code of this file.

Functions

int txnlog_read (FILE *f, char **context_key, MSTxn **txn)
 Reads one transaction from file.
int txnlog_write (FILE *f, const char *context_key, MSTxn *txn)
 Dumps the transaction to the log file.


Function Documentation

int txnlog_read FILE *  f,
char **  context_key,
MSTxn **  txn
 

Reads one transaction from file.

Returns:
zero in case of success and error value otherwise.

int txnlog_write FILE *  f,
const char *  context_key,
MSTxn txn
 

Dumps the transaction to the log file.


Generated on Wed Dec 27 16:52:28 2006 for VRB Online Server by  doxygen 1.4.4