Explorar o código

core: define PVT_XAVP as type for xavp pseudo-variables

- they may need special handling for debug purposes
Daniel-Constantin Mierla %!s(int64=12) %!d(string=hai) anos
pai
achega
424691bfae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;