aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/dundi-parser.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-24 05:51:57 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-24 05:51:57 +0000
commit0a95ef7a1692562f449ffcd7f3339ff299f11222 (patch)
tree919a32145b1901308333c1428715fadf082e4c1c /pbx/dundi-parser.h
parente39bbff418df27e0aaecf9980c7d2dda832b1664 (diff)
Add cache bypass mode
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4075 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/dundi-parser.h')
-rwxr-xr-xpbx/dundi-parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbx/dundi-parser.h b/pbx/dundi-parser.h
index c50dd1ed5..0035c18cd 100755
--- a/pbx/dundi-parser.h
+++ b/pbx/dundi-parser.h
@@ -48,6 +48,7 @@ struct dundi_ies {
unsigned long keycrc32;
struct dundi_encblock *encblock;
int enclen;
+ int cbypass;
};
struct dundi_ie_data {