Module: sip-router Branch: master Commit: 424691bfae61b00fa6d5f1f75e95fe60bf823526 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=424691bf...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Jun 17 14:47:56 2013 +0200
core: define PVT_XAVP as type for xavp pseudo-variables
- they may need special handling for debug purposes
---
pvar.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pvar.h b/pvar.h index 75c4914..c35ae94 100644 --- a/pvar.h +++ b/pvar.h @@ -78,7 +78,7 @@ enum _pv_type { PVT_DSTURI, PVT_COLOR, PVT_BRANCH, PVT_FROM, PVT_TO, PVT_OURI, PVT_SCRIPTVAR, PVT_MSG_BODY, PVT_CONTEXT, - PVT_OTHER, PVT_EXTRA /* keep it last */ + PVT_XAVP, PVT_OTHER, PVT_EXTRA /* keep it last */ };
typedef enum _pv_type pv_type_t;