summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-09-29 22:00:22 +0000
committerShaun Ruffell <sruffell@digium.com>2010-09-29 22:00:22 +0000
commit40a3283dffa68fe052c4e98196d73cf77a552770 (patch)
tree067f0856e500a06689290e7c659ad0d63b70339e /include
parent7f4bb3298186ae9749f86b60d7059c2b64d59e4a (diff)
dahdi: Anonymous member in dahdi_echocan_events union.
Make explicit what part of the union is being accessed. (closes issue #15908) Reported by: ys Patches: dahdi-dahdi_echocan_events.diff uploaded by ys (license 281) Signed-off-by: Kinsey Moore <kmoore@digium.com> Signed-off-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9421 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index 597e139..b7b2c02 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -377,7 +377,7 @@ struct dahdi_echocan_state {
/*! The echocan enabled its NLP automatically.
*/
u32 NLP_auto_enabled:1;
- };
+ } bit;
} events;
};