px_rs_statistic.h
来自「MMORPG游戏服务器端架构及函数」· C头文件 代码 · 共 55 行
H
55 行
#ifndef _PX_RS_STATISTIC_
#define _PX_RS_STATISTIC_
/* must been first include begin */
#include "..\ProjectX_Common\ProjectX_Copyright.h"
#include "..\ProjectX_Common\ProjectX_Common.h"
/* must been first include end */
/* std and common include */
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <winsock2.h>
typedef struct tagPx_RS_Statistic {
int num_thread_cl;
int num_thread_ls;
int num_thread_ss;
int num_cl_version;
int num_ls_version;
int num_cl_key;
int num_ls_key;
}PX_RS_STATISTIC, * LPPX_RS_STATISTIC;
#endif //_PX_RS_STATISTIC_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?