add limits to simo open sql handles

This commit is contained in:
Anthony Minessale
2011-03-04 13:52:30 -06:00
parent 8fe24a2914
commit 61cdf0da5d
4 changed files with 47 additions and 3 deletions
+2
View File
@@ -249,6 +249,8 @@ struct switch_runtime {
switch_dbtype_t odbc_dbtype;
char hostname[256];
int multiple_registrations;
uint32_t max_db_handles;
uint32_t db_handle_timeout;
};
extern struct switch_runtime runtime;