commit | ee7e613a13332dea614de38f38d80a63c79257d8 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 03 20:03:14 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 03 20:03:14 2013 -0800 |
tree | 60d7a910ed82fff8595b69706e8dbf2b2e7b8d3e | |
parent | 72ac219a4d95cb0245edb53b7762969cad344f02 [diff] [blame] |
Adding test for the database and sync log. Preliminary file state maintenance operations
diff --git a/src/action-log.h b/src/action-log.h index 1d63fb8..f6cc0a7 100644 --- a/src/action-log.h +++ b/src/action-log.h
@@ -48,6 +48,9 @@ private: boost::tuple<sqlite3_int64, sqlite3_int64, sqlite3_int64, std::string> GetExistingRecord (const std::string &filename); + + static void + apply_action_xFun (sqlite3_context *context, int argc, sqlite3_value **argv); protected: };