Files
mir_server/server/GateServer/GateServer.def
aixianling 5c9f1dae4a init
2025-01-09 17:45:40 +08:00

27 lines
558 B
Modula-2

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