add core-db-inner-pre-trans-execute and core-db-inner-post-trans-execute to switch.conf.xml to wrap sql stmts inside the meat of the core transactions

This commit is contained in:
Anthony Minessale
2012-04-26 11:28:47 -05:00
parent 21b1ffbf25
commit f1b504402b
3 changed files with 25 additions and 2 deletions
+2
View File
@@ -263,6 +263,8 @@ struct switch_runtime {
uint32_t time_sync;
char *core_db_pre_trans_execute;
char *core_db_post_trans_execute;
char *core_db_inner_pre_trans_execute;
char *core_db_inner_post_trans_execute;
};
extern struct switch_runtime runtime;