On Wednesday, April 03, 2013 17:15:33 Antonio Quartulli wrote:
From: Antonio Quartulli antonio@open-mesh.com
Instead of passing a generic combination of flags as argument, it is easier to pass the entire tt_common structure (containing the flags already set) plus a bitfield of additional flags that will be unified with the already existing ones before inserting the client in the event queue. In this way invocations of the modified function can be simplified.
Signed-off-by: Antonio Quartulli antonio@open-mesh.com
translation-table.c | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-)
Applied in revision 90725dd.
Thanks, Marek