mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
fix #547
This commit is contained in:
parent
df11023b6f
commit
a76ba5f990
@ -92,7 +92,7 @@ UA_StatusCode UA_EXPORT UA_Server_run_shutdown(UA_Server *server);
|
||||
* The default max wait time is 50millisec.
|
||||
* @return Returns how long we can wait until the next scheduled job (in millisec)
|
||||
*/
|
||||
UA_UInt16 UA_Server_run_iterate(UA_Server *server, UA_Boolean waitInternal);
|
||||
UA_UInt16 UA_EXPORT UA_Server_run_iterate(UA_Server *server, UA_Boolean waitInternal);
|
||||
|
||||
/**
|
||||
* @param server The server object.
|
||||
|
Loading…
Reference in New Issue
Block a user