Commit fc5d0d65 authored by Nils Goroll's avatar Nils Goroll

cleanup

parent 4ea75dc8
......@@ -245,8 +245,8 @@ struct bytes_tree {
struct lock tree_lock;
// esi_level > 1 signalling new data
pthread_cond_t cond;
struct node *root;
struct node *front;
struct node *root;
struct node *front;
int npending;
int retval;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment