@@ -6,9 +6,11 @@
#include <blue/core/btree.h>
#include <blue/core/queue.h>
struct b_string;
struct b_dict_bucket_item {
b_queue_entry bi_entry;
char *bi_str;
struct b_string *bi_str;
struct b_dsref *bi_value;
};
The note is not visible to the blocked user.