#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(* | free )(void *data) |
Free callback pointer for element. |
Definition at line 68 of file mntd_volume_hash.h.
|
HashMapElement Destructor.
|
|
Free callback pointer for element.
|