ticks
This commit is contained in:
parent
49eeae5f90
commit
fc2272a13e
4
mib.c
4
mib.c
@ -21,7 +21,9 @@
|
|||||||
|
|
||||||
|
|
||||||
static void mib_hottisntpdcounter(struct agentx_varbind *vb) {
|
static void mib_hottisntpdcounter(struct agentx_varbind *vb) {
|
||||||
long long ticks = 200169;
|
static long long ticks = 200169;
|
||||||
|
|
||||||
|
ticks++;
|
||||||
|
|
||||||
agentx_varbind_counter64(vb, ticks);
|
agentx_varbind_counter64(vb, ticks);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user