#include "vieter_heap.h" #include "vieter_heap_tree.h" #include struct vieter_heap { vieter_heap_node *tree; pthread_rwlock_t lock; };