[Olsr-commit] OLSR.org main repository branch, master, updated. e5ba92f34442255724655573a26341195b4d7c37

root (spam-protected)
Tue Aug 10 19:04:23 CEST 2010


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=e5ba92f34442255724655573a26341195b4d7c37
        for a web version of the last commit.

The branch, master has been updated
       via  e5ba92f34442255724655573a26341195b4d7c37 (commit)
      from  2fec6d34bc6fd76de7bc1234a58f8539d9dac07c (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 e5ba92f34442255724655573a26341195b4d7c37
Author: Henning Rogge <(spam-protected)>
Date:   Tue Aug 10 19:03:30 2010 +0200

    Simplification of timer and memory cookie interface.
    Timer have their own creation routine now, cookies are only for memory.

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

Summary of changes:
 lib/arprefresh/src/olsrd_arprefresh.c     |    7 +-
 lib/bmf/src/olsrd_plugin.c                |    7 +-
 lib/cl_roam/src/cl_roam.c                 |   27 ++---
 lib/debuginfo/src/olsrd_debuginfo.c       |   40 +++-----
 lib/dyn_gw/src/olsrd_dyn_gw.c             |    6 +-
 lib/dyn_gw_plain/src/olsrd_dyn_gw_plain.c |    6 +-
 lib/lq_etx_ff/src/lq_plugin_etx_ff.c      |    6 +-
 lib/nameservice/src/mapwrite.c            |    4 +-
 lib/nameservice/src/nameservice.c         |   28 +++---
 lib/obamp/src/obamp.c                     |   42 +++++---
 lib/quagga/src/olsrd_plugin.c             |    6 +-
 lib/secure/src/olsrd_secure.c             |    6 +-
 lib/watchdog/src/olsrd_plugin.c           |   10 +-
 src/duplicate_set.c                       |   40 ++++----
 src/hna_set.c                             |   11 +-
 src/ifnet.h                               |    2 +-
 src/interfaces.c                          |   35 +++----
 src/interfaces.h                          |    8 --
 src/link_set.c                            |   26 +++--
 src/lq_plugin.c                           |   11 +-
 src/main.c                                |   27 +++--
 src/mid_set.c                             |   18 +--
 src/neighbor_table.c                      |   22 ++--
 src/net_olsr.c                            |   61 +++++++++++
 src/net_olsr.h                            |    2 +
 src/olsr.c                                |   83 +++-------------
 src/olsr.h                                |    3 -
 src/olsr_comport.c                        |   15 +--
 src/olsr_comport_http.c                   |    3 +-
 src/olsr_comport_txt.c                    |   14 ++-
 src/olsr_cookie.c                         |  160 ++++++++++-------------------
 src/olsr_cookie.h                         |   79 +++++++--------
 src/olsr_spf.c                            |   16 ++-
 src/olsr_spf.h                            |    6 +-
 src/plugin_loader.c                       |    3 +-
 src/routing_table.c                       |    7 +-
 src/scheduler.c                           |   87 ++++++++++------
 src/scheduler.h                           |   74 +++++++++++---
 src/tc_set.c                              |   23 ++--
 src/tc_set.h                              |    2 -
 src/unix/ifnet.c                          |   27 ++---
 41 files changed, 525 insertions(+), 535 deletions(-)


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




More information about the Olsr-commit mailing list