Commit 4427e40a 4427e40abb5a8e7a48554e53180d91e4282cf939 by Sergey Poznyakoff

(struct _list): New member comp.

1 parent ff9ec2c6
...@@ -43,6 +43,7 @@ struct _list ...@@ -43,6 +43,7 @@ struct _list
43 struct list_data head; 43 struct list_data head;
44 size_t count; 44 size_t count;
45 monitor_t monitor; 45 monitor_t monitor;
46 list_comparator_t comp;
46 }; 47 };
47 48
48 49
......