On 2011-03-12, Grant Edwards <[email protected]> wrote: > Attached are my current diffs. I've merged recent changes from the > main git repository and addressed various comments.
I've decided that all the lines like this: (umovestr(tcp, tcp->u_arg[0], sizeof path, path), pathmatch(path)) are just too ugly. I'm going to refactor things a bit and add a upathmatch() function that accepts a pointer to a string in user-space. That will eliminate all of the comma-operators in those long boolean return expressions. I'll submit new diffs on Monday. -- Grant ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
