aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-26 19:31:14 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-26 19:31:14 +0000
commite93329b1c836a0582def6217ace4749d9aaf6d04 (patch)
treeef26687a5ece766d96505570dba41297299cd8ed /include
parentc26b86e763ee6beb11653c871e356ce7f200a406 (diff)
Make invalid hints report Unavailable instead of Idle.
(closes issue #14413) Reported by: pj git-svn-id: http://svn.digium.com/svn/asterisk/trunk@203702 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-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;