summaryrefslogtreecommitdiffstats
path: root/bchannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'bchannel.h')
-rw-r--r--bchannel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bchannel.h b/bchannel.h
index f7b3860..267f8b7 100644
--- a/bchannel.h
+++ b/bchannel.h
@@ -30,6 +30,8 @@ struct bchannel {
int b_dtmf;
int b_bf_len;
unsigned char b_bf_key[128];
+ int rebuffer_usage;
+ unsigned char rebuffer[160];
};