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

📄 profile_client.xif

📁 xorp源码hg
💻 XIF
字号:
/* $XORP: xorp/xrl/interfaces/profile_client.xif,v 1.2 2004/10/26 01:34:28 bms Exp $ *//*** Profiling client*/interface profile_client/0.1 {	/**	 * A log entry that is sent from a profile server.	 *	 * @param pname profiling variable.	 * @param sec absolute time in seconds that this entry was created.	 * @param usec absolute time in micro seconds that this entry was	 * created.	 * @param comment a comment to be appended to this entry.	 */	log ? \		pname:txt \		& sec:u32 \	        & usec:u32 \	        & comment:txt	/**	 * Sent to notify the client that all log entries have been sent.	 *	 * @param pname profiling variable.	 */	finished ? \		pname:txt}

⌨️ 快捷键说明

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