summaryrefslogtreecommitdiff
path: root/agent/mibgroup/agent/nsDebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/agent/nsDebug.h')
-rw-r--r--agent/mibgroup/agent/nsDebug.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/agent/mibgroup/agent/nsDebug.h b/agent/mibgroup/agent/nsDebug.h
new file mode 100644
index 0000000..55614ce
--- /dev/null
+++ b/agent/mibgroup/agent/nsDebug.h
@@ -0,0 +1,23 @@
+#ifndef NSDEBUG_H
+#define NSDEBUG_H
+
+/*
+ * function declarations
+ */
+void init_nsDebug(void);
+
+/*
+ * Handlers for the scalar objects
+ */
+Netsnmp_Node_Handler handle_nsDebugEnabled;
+Netsnmp_Node_Handler handle_nsDebugOutputAll;
+Netsnmp_Node_Handler handle_nsDebugDumpPdu;
+
+/*
+ * Handler and iterators for the debug table
+ */
+Netsnmp_Node_Handler handle_nsDebugTable;
+Netsnmp_First_Data_Point get_first_debug_entry;
+Netsnmp_Next_Data_Point get_next_debug_entry;
+
+#endif /* NSDEBUG_H */