📄 dyncfgax.c
字号:
/* * Copyright 2001-2005 Wind River Systems, Inc. * All rights reserved. Provided under license only. * Distribution or other use of this software is only * permitted pursuant to the terms of a license agreement * from Wind River Systems (and is otherwise prohibited). * Refer to that license agreement for terms of use. *//* * $Log: dyncfgax.c,v $ * Revision 1.4 2003/01/15 14:05:03 josh * directory structure shifting * * Revision 1.3 2001/11/06 21:50:46 josh * second (and hopefully final) pass of new path hacking * * Revision 1.2 2001/11/06 21:20:08 josh * revised new path hacking * * Revision 1.1.1.1 2001/11/05 17:47:42 tneale * Tornado shuffle * * Revision 1.1.2.4 2001/10/23 23:10:03 meister * dyncfg for agentx core (common to both master and subagent builds) * * Revision 1.1.2.3 2001/09/27 01:11:33 meister * dynamic V3 config rototill * * Revision 1.1.2.2 2001/09/20 17:10:44 meister * added some missing dynamic component function pointer initializations * * Revision 1.1.2.1 2001/08/17 20:46:42 meister * These files will contain dynamic component config initialization * routines for agentX and V3 components * *//* [clearcase]modification history-------------------01b,18apr05,job update copyright notices01a,24nov03,job update copyright information*/#include <wrn/wm/snmp/engine/asn1.h>#include <wrn/wm/snmp/engine/snmp.h>#include <wrn/wm/snmp/engine/agentx.h>#include <wrn/wm/common/dyncfg.h>/* * set all dynamic configuration function pointers and variables for the * envoy agentx core component here */void ax_dyncfg_init (void){}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -