Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordnobori <da.git@softether.co.jp>2014-11-18 06:05:48 +0300
committerdnobori <da.git@softether.co.jp>2014-11-18 06:05:48 +0300
commit75f9836ce5f0a1dea2c3fe304bbc26c962ee64bf (patch)
tree2cb9d8360aa6f5fb7dd38eb9938aa24a2df3bfeb /src/Cedar/Server.h
parent2b3a4d0b757e3c46f175c0a0df66a84ffbe2b39c (diff)
v4.12-9514-beta
Diffstat (limited to 'src/Cedar/Server.h')
-rw-r--r--src/Cedar/Server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cedar/Server.h b/src/Cedar/Server.h
index ffe5b78d..c722ca43 100644
--- a/src/Cedar/Server.h
+++ b/src/Cedar/Server.h
@@ -678,6 +678,7 @@ UINT SiDebugProcSetIPsecMessageDisplayedValue(SERVER *s, char *in_str, char *ret
UINT SiDebugProcGetVgsMessageDisplayedValue(SERVER *s, char *in_str, char *ret_str, UINT ret_str_size);
UINT SiDebugProcSetVgsMessageDisplayedValue(SERVER *s, char *in_str, char *ret_str, UINT ret_str_size);
UINT SiDebugProcGetCurrentTcpSendQueueLength(SERVER *s, char *in_str, char *ret_str, UINT ret_str_size);
+UINT SiDebugProcGetCurrentGetIPThreadCount(SERVER *s, char *in_str, char *ret_str, UINT ret_str_size);
typedef UINT (SI_DEBUG_PROC)(SERVER *s, char *in_str, char *ret_str, UINT ret_str_size);