match type as member_flag_t

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4401 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-02-27 07:28:36 +00:00
parent 3e3760a996
commit e99f3e2460
1 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@ typedef struct conference_obj {
char *profile_name;
char *domain;
uint32_t flags;
uint32_t mflags;
member_flag_t mflags;
switch_call_cause_t bridge_hangup_cause;
switch_mutex_t *flag_mutex;
uint32_t rate;
@ -3633,7 +3633,7 @@ static switch_status_t conference_local_play_file(conference_obj_t *conference,
return status;
}
static void set_mflags(char *flags, uint32_t *f)
static void set_mflags(char *flags, member_flag_t *f)
{
if (flags) {
if (strstr(flags, "mute")) {