From fc78d5469b53651da87090be75d52255ef1ded70 Mon Sep 17 00:00:00 2001 From: Steve Shipway Date: Tue, 5 Aug 2014 10:52:00 +1200 Subject: [PATCH] Added new stack operations --- src/rrd_rpncalc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rrd_rpncalc.h b/src/rrd_rpncalc.h index 2072bfc7..489e41f2 100644 --- a/src/rrd_rpncalc.h +++ b/src/rrd_rpncalc.h @@ -21,7 +21,8 @@ enum op_en { OP_NUMBER = 0, OP_VARIABLE, OP_INF, OP_PREV, OP_NEGINF, OP_PREDICT,OP_PREDICTSIGMA, OP_AVG, OP_ABS, OP_ADDNAN, OP_MINNAN, OP_MAXNAN, - OP_MEDIAN, OP_PREDICTPERC + OP_MEDIAN, OP_PREDICTPERC, + OP_DEPTH, OP_COPY, OP_ROLL, OP_INDEX }; typedef struct rpnp_t { -- 2.47.3