Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 25 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Transactiooooons Loading branch information ... commit ee07ebfc82c12c5bcab4556a0cd921601193b2ac 1 parent aae2432 qpfiffer authored September 11, 2014 Unified Split Showing 2 changed files with 42 additions and 0 deletions . + 27 − 0 c_src/transaction.c + 15 − 0 include/transaction.h 27 c_src/transaction.c Show notes View @@ -0,0 +1,27 @@ +#include "logging.h" ...