aboutsummaryrefslogtreecommitdiffstats
path: root/v3/glougloud/probes.c
blob: e38a81f22d02f64e33edb24cfdf0a852fde0f06d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <dnet.h>

#include "glougloud.h"

int
probes_init(struct glougloud *ggd) {
	return -1;
}

void
probes_shutdown(void) {
}