git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5792
d0543943-73ff-0310-b7d9-
9358b9ac24b2
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;
gethostname(hostname, sizeof(hostname));
while (running) {
- uint32_t arg;
+ int32_t arg;
#ifndef _MSC_VER
fd_set rfds, efds;
struct timeval tv = { 0, 20000 };
switch_status_t status;
time_t to = 0;
switch_media_bug_flag_t flags = SMBF_READ_STREAM | SMBF_WRITE_STREAM;
- int channels;
+ uint8_t channels;
channel = switch_core_session_get_channel(session);
assert(channel != NULL);