aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/betab.c4
-rw-r--r--src/varnish-mib.82
2 files changed, 3 insertions, 3 deletions
diff --git a/src/betab.c b/src/betab.c
index 83d77e3..768503a 100644
--- a/src/betab.c
+++ b/src/betab.c
@@ -12,14 +12,14 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with varnish-mib. If not, see <http://www.gnu.org/licenses/>.
*/
#include "varnish_mib.h"
-#include <varnish/vas.h>
-#include <varnish/vqueue.h>
+#include <vas.h>
+#include <vqueue.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <netinet/in.h>
diff --git a/src/varnish-mib.8 b/src/varnish-mib.8
index 71e7abc..6458321 100644
--- a/src/varnish-mib.8
+++ b/src/varnish-mib.8
@@ -25,13 +25,13 @@ Dynamically loadable object module for
.B net-snmp
that provides access to Varnish Cache statistics. The module is
loaded into
.BR snmpd (8)
as shown above (actual path can of course differ, depending on how
the package was configured). This version is written for Varnish
-\fB5.2.0\fR.
+\fB5.2.1\fR.
.PP
The values in the OID branches
.BR client ,
.BR total ,
.BR master ,
.BR session ,

Return to:

Send suggestions and report system problems to the System administrator.