From e99f3e246033760eaa9f9373ddc31755a984a7fc Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 27 Feb 2007 07:28:36 +0000 Subject: [PATCH] match type as member_flag_t git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4401 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_conference/mod_conference.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index eaa080c4e0..789bcf758b 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -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")) {