Code

put histograms into the independent window, to eventually restore ping times display
[liboping.git] / src / oping.h
index bf9f3f75c637ab2ea582ec52f88c7dbaae3c1540..2a5bc3a31b9eacd0facab60e54b8d5425b7fb5fe 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Object oriented C module to send ICMP and ICMPv6 `echo's.
- * Copyright (C) 2006-2010  Florian octo Forster <ff at octo.it>
+ * Copyright (C) 2006-2011  Florian octo Forster <ff at octo.it>
  *
  * This library is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by the
@@ -33,7 +33,7 @@
 extern "C" {
 #endif
 
-#define OPING_VERSION 1005001
+#define OPING_VERSION 1006002
 
 /*
  * Type definitions
@@ -59,6 +59,9 @@ 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
  */