Add cache bypass mode

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4075 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-10-24 05:51:57 +00:00
parent 49da32e637
commit 11dfba3120
4 changed files with 47 additions and 20 deletions

View File

@@ -48,6 +48,7 @@ struct dundi_ies {
unsigned long keycrc32;
struct dundi_encblock *encblock;
int enclen;
int cbypass;
};
struct dundi_ie_data {