var types, build errors fix.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5792 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-10-04 13:17:56 +00:00
parent be32b663e4
commit 7c125a5d19
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ struct switch_runtime {
switch_mutex_t *throttle_mutex;
uint32_t sps_total;
int32_t sps;
uint32_t hard_log_level;
switch_log_level_t hard_log_level;
};
extern struct switch_runtime runtime;