Thread: [PATCH] Use binaryheap_* macro where appropriate

[PATCH] Use binaryheap_* macro where appropriate

From
Aleksander Alekseev
Date:
Hi,

I noticed several places where we access `struct binaryheap` directly
instead of using binaryheap_size() and binaryheap_empty() which
doesn't seem right. Here is the patch.

-- 
Best regards,
Aleksander Alekseev

Attachment