summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-04-09 23:56:15 +0000
committerMark Spencer <markster@digium.com>2003-04-09 23:56:15 +0000
commit3e10ac9f6e6bc1fafdfec9415f493550a98d4ca4 (patch)
tree9b9863de3fe260fd81cfcd4e88ab97137001f3c7 /include
parent45eb2c1c9dbd8368d478ccb6185f5d76da263f51 (diff)
Add new "macrocontext" field (yes, you need to "make clean ; make install"
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@808 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 3ab0f647a..73ecc8b29 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -142,6 +142,8 @@ struct ast_channel {
/*! Current extension context */
char context[AST_MAX_EXTENSION];
+ /*! Current non-macro context */
+ char macrocontext[AST_MAX_EXTENSION];
/*! Current extension number */
char exten[AST_MAX_EXTENSION];
/* Current extension priority */