Commit 4427e40a 4427e40abb5a8e7a48554e53180d91e4282cf939 by Sergey Poznyakoff

(struct _list): New member comp.

1 parent ff9ec2c6
......@@ -43,6 +43,7 @@ struct _list
struct list_data head;
size_t count;
monitor_t monitor;
list_comparator_t comp;
};
......