Files
mir_server/server/GateServer/GateServer.def

27 lines
558 B
Modula-2
Raw Normal View History

2025-01-09 17:45:40 +08:00
LIBRARY RunGate
EXPORTS
CreateRunGate
FreeRunGate
RunGateSetBindAddress
RunGateSetBindPort
RunGateGetIOWorkThreadCount
RunGateSetIOWorkThreadCount
RunGateStartup
RunGateStop
RunGateGetActiveSessionCount
RunGateSetName
RunGateGetSendThreadCount
RunGateSetSendThreadCount
RunGateGetDataProcessType
RunGateSetDataProcessType
RunGateSetDataProcessPrintMsgPacket
RunGateQuerySendThreadInfo
RunGateEnumActiveSessions
RunGateCloseSession
RunGateQueryDataStatics
RunGateResetDataStatics
SetOutputMsgFn
RunGateGetKernalVersion
RunGateSetServerIP
RunGateSetServerPort