On Friday, May 25, 2012 06:00:54 Antonio Quartulli wrote:
Instead of adding a new bool argument each time it is needed, it is better (and simpler) to pass an 8bit flag argument which contains all the needed flags
Signed-off-by: Antonio Quartulli ordex@autistici.org
changes in v2:
- rebased on top of the last patches for code restyling
routing.c | 4 ++-- translation-table.c | 24 +++++++++--------------- translation-table.h | 4 ++-- 3 files changed, 13 insertions(+), 19 deletions(-)
Applied in revision 5b2b9b2.
Thanks, Marek