]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Added new stack operations
authorSteve Shipway <steve@steveshipway.org>
Mon, 4 Aug 2014 22:52:00 +0000 (10:52 +1200)
committerSteve Shipway <steve@steveshipway.org>
Mon, 4 Aug 2014 22:52:00 +0000 (10:52 +1200)
src/rrd_rpncalc.h

index 2072bfc77134cec5c399b9b366fd00ff0e4140de..489e41f26033234a03fb08dcb9dd36f251d08d41 100644 (file)
@@ -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 {