#include <mntd_volume_hash.h>
Data Fields | |
| PHASHMAP | phm |
| Back pointer to hashmap object. | |
| char * | key |
| Elements key. | |
| void * | userdata |
| Elements userdata pointer. | |
| void(* | destroy )(PHASHMAPELEMENT phme) |
| HashMapElement Destructor. | |
| void(* | cb_free_element )(void *data) |
| Free callback pointer for hashmap element (to free users data). | |
Definition at line 69 of file mntd_volume_hash.h.
1.3.9.1