#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. |
|
Reads one transaction from file.
|
|
Dumps the transaction to the log file.
|