Browse Source

core: define PVT_XAVP as type for xavp pseudo-variables

- they may need special handling for debug purposes
Daniel-Constantin Mierla 12 năm trước cách đây
mục cha
commit
424691bfae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pvar.h

+ 1 - 1
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;