Commit d79757f4 authored by Nils Goroll's avatar Nils Goroll

constify

parent 9f4e163e
......@@ -246,8 +246,8 @@ struct bytes_tree {
pthread_cond_t cond;
struct node *root;
struct node *front;
struct worker *front_owner;
struct worker *unpend_owner;
const struct worker *front_owner;
const struct worker *unpend_owner;
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