Function iox_server_options_init
Defined in File server.h
Function Documentation
-
void iox_server_options_init(iox_server_options_t *const options)
initialize server options to default values
- Attention
This must always be called on a newly created options struct to prevent uninitialized values. The options may get extended in the future.
- Parameters:
options – [in] pointer to options to be initialized, emit warning if it is a null pointer