|
DTNMA Reference Tools v2.1.0 - 2.ga9a44fe
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Collaboration diagram for cace_amm_user_data_t:Data Fields | |
| void * | ptr |
| Pointer to the opaque user data being managed. | |
| bool | owned |
| Set to true if the pointed-to data is owned by this struct and must be freed (using CACE_FREE) by this deinit. | |
| cace_amm_user_data_deinit_f | deinit |
| An optional cleanup function for the ptr. | |