Sebastián Pastor / EtheriosCloudConnector
Embed: (wiki syntax)

« Back to documentation index

connector_os_free_t Struct Reference

connector_os_free_t Struct Reference
[Free]

Structure passed to connector_request_id_os_free callback. More...

#include <connector_api_os.h>

Data Fields

void *CONST ptr
 Pointer to memory to free.

Detailed Description

Structure passed to connector_request_id_os_free callback.

Definition at line 57 of file connector_api_os.h.


Field Documentation

void* CONST ptr

Pointer to memory to free.

Definition at line 58 of file connector_api_os.h.