Module: kamailio Branch: master Commit: 2d9a016ede219c2f2731e09ca45281d8ef711d50 URL: https://github.com/kamailio/kamailio/commit/2d9a016ede219c2f2731e09ca45281d8...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-03-29T12:41:16+02:00
core: new pv type for header count
---
Modified: src/core/pvar.h
---
Diff: https://github.com/kamailio/kamailio/commit/2d9a016ede219c2f2731e09ca45281d8... Patch: https://github.com/kamailio/kamailio/commit/2d9a016ede219c2f2731e09ca45281d8...
---
diff --git a/src/core/pvar.h b/src/core/pvar.h index 68955ad..b82198d 100644 --- a/src/core/pvar.h +++ b/src/core/pvar.h @@ -77,7 +77,8 @@ enum _pv_type { PVT_DSTURI, PVT_COLOR, PVT_BRANCH, PVT_FROM, PVT_TO, PVT_OURI, PVT_SCRIPTVAR, PVT_MSG_BODY, PVT_CONTEXT, - PVT_XAVP, PVT_OTHER, PVT_EXTRA /* keep it last */ + PVT_XAVP, PVT_HDRC, PVT_OTHER, + PVT_EXTRA /* keep it last */ };
typedef enum _pv_type pv_type_t;