aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/iax2-parser.h')
-rw-r--r--channels/iax2-parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/iax2-parser.h b/channels/iax2-parser.h
index 35f8c69bd..076f7ca85 100644
--- a/channels/iax2-parser.h
+++ b/channels/iax2-parser.h
@@ -74,6 +74,8 @@ struct iax_ies {
unsigned int rr_dropped;
unsigned int rr_ooo;
struct ast_variable *vars;
+ char *osptokenblock[IAX_MAX_OSPBLOCK_NUM];
+ unsigned int ospblocklength[IAX_MAX_OSPBLOCK_NUM];
};
#define DIRECTION_INGRESS 1