DTNMA Reference Tools v2.0.0 - 10.g9536600
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
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. | |