On Tuesday, December 25, 2012 20:14:37 Antonio Quartulli wrote:
A delayed_work struct does not need to be initialized each every time before being enqueued. Therefore the INIT_DELAYED_WORK() macro should be used during the initialization process only.
Signed-off-by: Antonio Quartulli ordex@autistici.org
v2:
- add defines for workier period lengths
bridge_loop_avoidance.c | 18 ++++++------------ main.h | 2 ++ originator.c | 17 ++++++++--------- send.c | 5 +++-- translation-table.c | 14 +++++--------- vis.c | 20 ++++++++------------ 6 files changed, 32 insertions(+), 44 deletions(-)
Applied in revision ecee9b7.
Thanks, Marek