Code

src/oping.c: Add median and 'n'th percentile, remove average and stddev.
[liboping.git] / src / oping.h
index 2a5bc3a31b9eacd0facab60e54b8d5425b7fb5fe..d85767342a855d31fbc7c794a9bb04d024302153 100644 (file)
@@ -33,7 +33,7 @@
 extern "C" {
 #endif
 
-#define OPING_VERSION 1006002
+#define OPING_VERSION 1007000
 
 /*
  * Type definitions
@@ -59,9 +59,6 @@ typedef struct pingobj pingobj_t;
 #define PING_DEF_AF      AF_UNSPEC
 #define PING_DEF_DATA    "liboping -- ICMP ping library <http://octo.it/liboping/>"
 
-#define BARS_LEN 8
-extern const char *bars[BARS_LEN];
-
 /*
  * Method definitions
  */