add core-db-pre-trans-execute and core-db-post-trans-execute to switch.conf.xml to wrap sql stmts around the core transactions

This commit is contained in:
Anthony Minessale
2012-04-26 11:12:11 -05:00
parent 8a4f273fd8
commit 21b1ffbf25
3 changed files with 22 additions and 0 deletions
+2
View File
@@ -261,6 +261,8 @@ struct switch_runtime {
uint32_t db_handle_timeout;
int cpu_count;
uint32_t time_sync;
char *core_db_pre_trans_execute;
char *core_db_post_trans_execute;
};
extern struct switch_runtime runtime;