OpenDOF Project
typedef void(* DTLServerConfig_Destroyer)(const void *config)

Destroyer function for server configuration.

This callback is used to notify the transport that the server configuration is being destroyed. This allows the transport to clean up the configuration, if necessary. The data was originally copied into the DTLServerConfig and will be freed after this call completes. However, since the copy was only a shallow copy of the data, the transport may need to perform a deeper free/release of its held resources.

Parameters
configThe transport-specific configuration data.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22