00comp_envoy_snmp_agentx_common.cdf

来自「wm PNE 3.3 source code, running at more 」· CDF 代码 · 共 55 行

CDF
55
字号
/* 00comp_envoy_snmp_agentx_subagent.cdf - Component configuration file *//* Copyright 1984-2001 Wind River Systems, Inc. *//*  * $Log: 00comp_envoy_snmp_agentx_common.cdf,v $ * Revision 1.2  2002/01/07 18:55:26  meister * Add PROTOTYPE directives to get rid of prjConfig.c warnings during final build * * Revision 1.1.1.1  2001/11/05 17:47:55  tneale * Tornado shuffle * * Revision 1.1.2.1  2001/10/23 17:17:25  meister * There is a limitation in cdf files that disallows modules appearing * in more than one CDF. this has forced a rework of the agentx cdfs, into * 3 component modules. * * Revision 1.1.2.3  2001/10/18 19:59:52  meister * ENVOY --> WINDMANAGE * * Revision 1.1.2.2  2001/10/12 20:33:57  meister * shuffling around some modules into user components instead of system * components * * Revision 1.1.2.1  2001/09/20 17:18:16  meister * component description files for vxworks snmpd components (tae) * *//*modification history--------------------01a,09sep2001,meister writtenDESCRIPTION  This file contains descriptions for the envoy AgentX subagent component*//* * as a quickie, just export all global symbls as entry points for now. * FIXME Fix this later. */Component INCLUDE_WINDMANAGE_SNMP_AGENTX_COMMONCORE	{	NAME		WindManage SNMP Agentx Common Core 	SYNOPSIS	WindManage SNMP Agentx Common Core 	MODULES 	ax_saini.o ax_sa_cr.o ax_chunk.o ax_core.o dyncfgax.o	INIT_RTN	ax_dyncfg_init();	PROTOTYPE	void ax_dyncfg_init(void);	PREF_DOMAIN	ANY	}

⌨️ 快捷键说明

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