Skip to content

Commit

Permalink
refactor(server): Better line breaks in server.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed Mar 17, 2024
1 parent 95b7aa9 commit 3cc52e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/open62541/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -1886,12 +1886,14 @@ typedef union {
* be set in UA_Server_setAsyncOperationResult in any case.
* @return false if queue is empty, true else */
UA_Boolean UA_EXPORT
UA_Server_getAsyncOperationNonBlocking(UA_Server *server, UA_AsyncOperationType *type,
UA_Server_getAsyncOperationNonBlocking(UA_Server *server,
UA_AsyncOperationType *type,
const UA_AsyncOperationRequest **request,
void **context, UA_DateTime *timeout);

/* UA_Boolean UA_EXPORT */
/* UA_Server_getAsyncOperationBlocking(UA_Server *server, UA_AsyncOperationType *type, */
/* UA_Server_getAsyncOperationBlocking(UA_Server *server, */
/* UA_AsyncOperationType *type, */
/* const UA_AsyncOperationRequest **request, */
/* void **context, UA_DateTime *timeout); */

Expand Down

0 comments on commit 3cc52e9

Please sign in to comment.