prot_time.h
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· C头文件 代码 · 共 36 行
H
36 行
/* @(#)prot_time.h 4.1 (ULTRIX) 7/2/90 *//**************************************************************** * * * Licensed to Digital Equipment Corporation, Maynard, MA * * Copyright 1985 Sun Microsystems, Inc. * * All rights reserved. * * * ****************************************************************//**//* * Modification history: * ~~~~~~~~~~~~~~~~~~~~ * * revision comments * -------- ----------------------------------------------- * * 18-Jan-88 fries * Added Header and Copyright notice. * * *//* * This file consists of all timeout definition used by rpc.lockd */#define MAX_LM_TIMEOUT_COUNT 1#define OLDMSG 30 /* counter to throw away old msg */#define LM_TIMEOUT_DEFAULT 15#define LM_GRACE_DEFAULT 3int LM_TIMEOUT;int LM_GRACE;int grace_period;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?