From 2acad9f88c60dc7c7346434e5c2844f26545fa96 Mon Sep 17 00:00:00 2001 From: file Date: Tue, 26 Sep 2006 20:38:06 +0000 Subject: Use proper type to represent the group variable (issue #8025 reported by makoto) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@43705 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/channel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index ae2f7a781..38b33ed2d 100644 --- a/include/asterisk/channel.h +++ b/include/asterisk/channel.h @@ -389,8 +389,8 @@ struct ast_channel { /* A linked list for variables */ struct varshead varshead; - unsigned int callgroup; - unsigned int pickupgroup; + ast_group_t callgroup; + ast_group_t pickupgroup; /*! channel flags of AST_FLAG_ type */ unsigned int flags; -- cgit v1.2.3