浏览代码

core: define PVT_XAVP as type for xavp pseudo-variables

- they may need special handling for debug purposes
Daniel-Constantin Mierla 12 年之前
父节点
当前提交
424691bfae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pvar.h

+ 1 - 1
pvar.h

@@ -78,7 +78,7 @@ enum _pv_type {
 	PVT_DSTURI,           PVT_COLOR,             PVT_BRANCH,
 	PVT_DSTURI,           PVT_COLOR,             PVT_BRANCH,
 	PVT_FROM,             PVT_TO,                PVT_OURI,
 	PVT_FROM,             PVT_TO,                PVT_OURI,
 	PVT_SCRIPTVAR,        PVT_MSG_BODY,          PVT_CONTEXT,
 	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;
 typedef enum _pv_type pv_type_t;