read_only.h
来自「snmp的源代码,已经在我的ubuntu下编译通过」· C头文件 代码 · 共 30 行
H
30 行
#ifndef READ_ONLY_H#define READ_ONLY_H#ifdef __cplusplusextern "C" {#endif/* * read_only.h *//* * The helper merely intercepts SET requests and handles them early on * making everything read-only (no SETs are actually permitted). * Useful as a helper to handlers that are implementing MIBs with no * SET support. */netsnmp_mib_handler *netsnmp_get_read_only_handler(void);void netsnmp_init_read_only_helper(void);Netsnmp_Node_Handler netsnmp_read_only_helper;#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?