From 88a07e5d2f96c051f37f92a0c53751c27c38d309 Mon Sep 17 00:00:00 2001 From: phsultan Date: Tue, 12 Feb 2008 14:08:58 +0000 Subject: Use an ast_flags structure in aji_client and aji_buddy rather than an integer. Modify calls to various ast_*_flag macros accordingly. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103341 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/jabber.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/asterisk') diff --git a/include/asterisk/jabber.h b/include/asterisk/jabber.h index 4bb8b9130..5b427cac1 100644 --- a/include/asterisk/jabber.h +++ b/include/asterisk/jabber.h @@ -126,7 +126,7 @@ struct aji_buddy { char channel[160]; struct aji_resource *resources; enum aji_btype btype; - unsigned int flags; + struct ast_flags flags; }; struct aji_buddy_container { @@ -167,7 +167,7 @@ struct aji_client { int timeout; int message_timeout; int authorized; - unsigned int flags; + struct ast_flags flags; int component; /* 0 client, 1 component */ struct aji_buddy_container buddies; AST_LIST_HEAD(messages,aji_message) messages; -- cgit v1.2.3