11 Aug
2016
11 Aug
'16
7:04 a.m.
On 8/11/16 12:38 AM, Sebastian Lackner wrote:
On 09.08.2016 18:40, Aric Stewart wrote:
Sort the groups by the service's tag to start in order
Signed-off-by: Aric Stewart <aric(a)codeweavers.com> --- programs/services/services.c | 101 ++++++++++++++++++++++++++++++++----------- 1 file changed, 75 insertions(+), 26 deletions(-)
I believe this can be solved a bit easier. Why not just a sort function callback which sorts for both group and tag?
I feel like that is what I am doing. Part of the reason I am breaking each group into a separate set it that we will be wanting to start a single winedevice process for each group and that felt like an easier way to organize it. Alternate implementations are welcome. -aric