idle exit execs

来自「opnet网络仿真」· 代码 · 共 10 行

TXT
10
字号
/* The only interrupt expected in this state is a	*/
/* stream interrupt. It can be either from the MAC	*/
/* layer for a packet destined for this node or		*/
/* from the application layer for a packet destined	*/
/* for some other node.								*/
intrpt_type = op_intrpt_type ();
intrpt_strm = op_intrpt_strm ();
pkptr = op_pk_get (intrpt_strm);

⌨️ 快捷键说明

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