📄 etimerin.c
字号:
/* * Copyright 2000-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. *//* * Copyright 1986-1997 Epilogue Technology Corporation. * Copyright 1998 Integrated Systems, Inc. * All rights reserved. *//* * $Log: etimerin.c,v $ * Revision 1.2 2001/11/06 21:20:09 josh * revised new path hacking * * Revision 1.1.1.1 2001/11/05 17:47:42 tneale * Tornado shuffle * * Revision 9.2 2001/01/19 22:22:21 paul * Update copyright. * * Revision 9.1 2000/03/17 00:19:06 meister * Update copyright message * * Revision 9.0 1998/10/16 22:11:27 sar * Update version stamp to match release * * Revision 8.1 1998/08/12 04:44:01 sar * Move the initialization routines around some in order to minimize * the amount of code that gets pulled in for init purposes. * *//* [clearcase]modification history-------------------01b,18apr05,job update copyright notices01a,24nov03,job update copyright information*/#include <wrn/wm/snmp/engine/asn1conf.h>#include <wrn/wm/snmp/engine/etimer.h>#include <wrn/wm/snmp/engine/snmp.h>ENVOY_TIMER_T *envoy_timer_list = 0;#if INSTALL_ENVOY_SNMP_LOCKENVOY_SNMP_LOCK(SNMP_TimerLock);#endifvoid envoy_timer_init (void){envoy_timer_list = 0;#if INSTALL_ENVOY_SNMP_LOCKENVOY_SNMP_INIT_LOCK_TAG(SNMP_TimerLock, SNMP_TIMERLOCK_TAG);#endif}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -