Merged revisions 81340 via svnmerge from
authorMark Michelson <mmichelson@digium.com>
Wed, 29 Aug 2007 15:57:27 +0000 (15:57 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 29 Aug 2007 15:57:27 +0000 (15:57 +0000)
commita9bec2f6697028af357ca218b0ecbac72dcfa2d4
tree26a1c90fc8fd5b0c31e61fb9d133b57bd6825aec
parent6bdc66e9b0fb6df15e7ac8883b5f8e83c9891c51
Merged revisions 81340 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r81340 | mmichelson | 2007-08-29 10:52:42 -0500 (Wed, 29 Aug 2007) | 8 lines

This fix creates a more accurate way of detecting whether realtime members were deleted.
(closes issue 10541, reported by Alric, patched by me)

The REALLY nice things about this patch is that queue members now have a "realtime" field
which will be true if the member is a realtime member. This means we can check this value
prior to certain processing if it should ONLY be done for realtime members.

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81341 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c