px_ss_statistic.h

来自「MMORPG游戏服务器端架构及函数」· C头文件 代码 · 共 51 行

H
51
字号
#ifndef _PX_SS_STATISTIC_
#define _PX_SS_STATISTIC_

/* must been first include begin */
#include "..\ProjectX_Common\ProjectX_Copyright.h"
#include "..\ProjectX_Common\ProjectX_Common.h"
/* must been first include end */


#include <windows.h>
#include <stdio.h>
#include <stdlib.h>


typedef struct tagPx_SS_Statistic {
	int		num_thread_cl;
	int		num_thread_rs;
	int		num_cl_version;
	int		num_rs_version;
	int		num_cl_key;
	int		num_rs_key;
}PX_SS_STAT, * LPPX_SS_STAT;




























#endif	//_PX_SS_STATISTIC_

⌨️ 快捷键说明

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