mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 15:11:12 +00:00
Signed
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@332943 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1168,6 +1168,7 @@ struct call_queue {
|
||||
int autofill; /*!< Ignore the head call status and ring an available agent */
|
||||
|
||||
struct ao2_container *members; /*!< Head of the list of members */
|
||||
/* BUGBUG membercount cannot be very reliable since it is changed inconsistently and many times unconditionally. */
|
||||
/*!
|
||||
* \brief Number of members _logged in_
|
||||
* \note There will be members in the members container that are not logged
|
||||
|
||||
Reference in New Issue
Block a user