summaryrefslogtreecommitdiff
path: root/agent/mibgroup/util_funcs/MIB_STATS_CACHE_TIMEOUT.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/util_funcs/MIB_STATS_CACHE_TIMEOUT.h')
-rw-r--r--agent/mibgroup/util_funcs/MIB_STATS_CACHE_TIMEOUT.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/agent/mibgroup/util_funcs/MIB_STATS_CACHE_TIMEOUT.h b/agent/mibgroup/util_funcs/MIB_STATS_CACHE_TIMEOUT.h
new file mode 100644
index 0000000..848bacd
--- /dev/null
+++ b/agent/mibgroup/util_funcs/MIB_STATS_CACHE_TIMEOUT.h
@@ -0,0 +1,12 @@
+/*
+ * util_funcs/MIB_STATS_CACHE_TIMEOUT.h: utilitiy functions for extensible
+ * groups.
+ */
+#ifndef _MIBGROUP_UTIL_FUNCS_MIB_STATS_CACHE_TIMEOUT_H
+#define _MIBGROUP_UTIL_FUNCS_MIB_STATS_CACHE_TIMEOUT_H
+
+#ifndef MIB_STATS_CACHE_TIMEOUT
+#define MIB_STATS_CACHE_TIMEOUT 5
+#endif
+
+#endif /* _MIBGROUP_UTIL_FUNCS_MIB_STATS_CACHE_TIMEOUT_H */