summaryrefslogtreecommitdiff
path: root/include/asterisk/devicestate.h
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-06-26 19:31:14 +0000
committerRussell Bryant <russell@russellbryant.com>2009-06-26 19:31:14 +0000
commitcce4fad52281001b51f61a8c33ebe04838e8f18c (patch)
treeef26687a5ece766d96505570dba41297299cd8ed /include/asterisk/devicestate.h
parent59c1998d67ecd9c2ade02c288aaef7596fcdfd4a (diff)
Make invalid hints report Unavailable instead of Idle.
(closes issue #14413) Reported by: pj git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@203702 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/devicestate.h')
-rw-r--r--include/asterisk/devicestate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/devicestate.h b/include/asterisk/devicestate.h
index 4034d9dca..3226cfcaa 100644
--- a/include/asterisk/devicestate.h
+++ b/include/asterisk/devicestate.h
@@ -253,6 +253,7 @@ enum ast_device_state ast_devstate_aggregate_result(struct ast_devstate_aggregat
* This struct is only here so that it can be easily declared on the stack.
*/
struct ast_devstate_aggregate {
+ unsigned int all_unknown:1;
unsigned int all_unavail:1;
unsigned int all_busy:1;
unsigned int all_free:1;