[Olsr-commit] OLSR.org main repository branch, scheduler_cleanup, updated. fea506b53a04cc28b6b92b5462a03b967842b666

(spam-protected) (spam-protected)
Fri Feb 25 18:45:04 CET 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OLSR.org main repository".

        See http://olsr.org/git/?p=olsrd.git;a=commit;h=fea506b53a04cc28b6b92b5462a03b967842b666
        for a web version of the last commit.

The branch, scheduler_cleanup has been updated
       via  fea506b53a04cc28b6b92b5462a03b967842b666 (commit)
       via  b7b08188b1fa9c7a470615068d2743c080971a7a (commit)
       via  109b55ca2eb71f2f7bb63d109add859ccf582370 (commit)
       via  74cbbbf3c5f3a6991d82c44efb7849b1b979eb76 (commit)
      from  7285a84332578bd66a579e303973161d6d7060f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fea506b53a04cc28b6b92b5462a03b967842b666
Author: Henning Rogge <(spam-protected)>
Date:   Fri Feb 25 18:44:51 2011 +0100

    Put includes necessary for code files into code files, not in central headers

commit b7b08188b1fa9c7a470615068d2743c080971a7a
Author: Henning Rogge <(spam-protected)>
Date:   Fri Feb 25 18:23:38 2011 +0100

    Move other clock string generation to olsr_clock.c

commit 109b55ca2eb71f2f7bb63d109add859ccf582370
Author: Henning Rogge <(spam-protected)>
Date:   Fri Feb 25 18:15:59 2011 +0100

    Normalize socket scheduler interface

commit 74cbbbf3c5f3a6991d82c44efb7849b1b979eb76
Author: Henning Rogge <(spam-protected)>
Date:   Fri Feb 25 18:13:50 2011 +0100

    Move mainloop into main to kill dependency between socket and timer scheduler

-----------------------------------------------------------------------

Summary of changes:
 lib/arproaming/src/olsrd_arproaming.c      |    3 +-
 lib/bmf/src/NetworkInterfaces.c            |    1 +
 lib/debuginfo/src/olsrd_debuginfo.c        |    2 +
 lib/dot_draw/src/olsrd_dot_draw.c          |   22 +++--
 lib/dyn_gw/src/olsrd_dyn_gw.c              |    2 +
 lib/lq_etx_ff/src/lq_plugin_etx_ff.c       |    4 +-
 lib/lq_etx_float/src/lq_plugin_etx_float.c |    2 +
 lib/lq_etx_fpm/src/lq_plugin_etx_fpm.c     |    2 +
 lib/lq_rfc/src/lq_plugin_rfc.c             |    2 +
 lib/mdns/src/mdns.c                        |    1 +
 lib/mdns/src/olsrd_plugin.c                |    1 +
 lib/obamp/src/olsrd_plugin.c               |    1 +
 lib/txtinfo/src/olsrd_txtinfo.c            |    3 +
 src/defs.h                                 |    7 --
 src/duplicate_set.c                        |   11 +-
 src/hna_set.c                              |    2 +-
 src/interfaces.c                           |    6 +-
 src/ipcalc.c                               |    2 +
 src/link_set.c                             |    2 +-
 src/linux/kernel_routes.c                  |   19 ++--
 src/linux/kernel_tunnel.c                  |   26 +++--
 src/linux/net.c                            |   21 ++--
 src/main.c                                 |   25 +++++-
 src/mid_set.c                              |    4 +-
 src/neighbor_table.c                       |   12 ++-
 src/net_olsr.c                             |    2 +
 src/olsr.c                                 |   12 ++-
 src/olsr.h                                 |    3 +-
 src/olsr_callbacks.c                       |    1 +
 src/olsr_cfg.c                             |   19 ++--
 src/olsr_clock.c                           |   82 ++++++++++++++++
 src/olsr_clock.h                           |   10 ++-
 src/olsr_comport_http.c                    |    1 +
 src/olsr_comport_txt.c                     |    2 +
 src/olsr_logging.h                         |    2 +
 src/olsr_memcookie.c                       |   12 ++-
 src/olsr_socket.c                          |    7 +-
 src/olsr_socket.h                          |    3 +-
 src/olsr_spf.c                             |    2 +-
 src/olsr_spf.h                             |    2 +-
 src/olsr_timer.c                           |  138 +++-------------------------
 src/olsr_timer.h                           |   13 +---
 src/plugin_loader.c                        |   18 ++--
 src/routing_table.c                        |   10 +-
 src/tc_set.c                               |    5 +-
 src/unix/log.c                             |    5 +-
 46 files changed, 283 insertions(+), 249 deletions(-)


hooks/post-receive
-- 
OLSR.org main repository




More information about the Olsr-commit mailing list