⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 extensible.h

📁 包含一下内容: * An extensible agent * An SNMP library * tools to request or set information from SNMP a
💻 H
字号:
/* *  Template MIB group interface - extensible.h * */#ifndef _MIBGROUP_EXTENSIBLE_H#define _MIBGROUP_EXTENSIBLE_Hvoid init_extensible(void);config_require(util_funcs)  struct extensible *get_exten_instance (struct extensible *, size_t);extern FindVarMethod var_extensible_shell;extern WriteMethod fixExecError;extern FindVarMethod var_extensible_relocatable;struct subtree *find_extensible (struct subtree *, oid *, size_t, int);/* config file parsing routines */void extensible_free_config (void);void extensible_parse_config (const char *, char *);void execfix_parse_config (const char *, char *);#include "mibdefs.h"#define SHELLCOMMAND 3#define SHELLRESULT 6#define SHELLOUTPUT 7#endif /* _MIBGROUP_EXTENSIBLE_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -