[Olsr-commit] OLSR.org main repository branch, scheduler_cleanup, updated. 7285a84332578bd66a579e303973161d6d7060f6
(spam-protected)
(spam-protected)
Fri Feb 25 18:00:49 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=7285a84332578bd66a579e303973161d6d7060f6
for a web version of the last commit.
The branch, scheduler_cleanup has been updated
via 7285a84332578bd66a579e303973161d6d7060f6 (commit)
via afbd291667717c5ebcf8c278785456db5f6d0356 (commit)
via 4122bdaff29e2feae55489856cf915f6180636ba (commit)
from 033c53b517cd446b6674de1c9bcb6510238ab0b2 (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 7285a84332578bd66a579e303973161d6d7060f6
Author: Henning Rogge <(spam-protected)>
Date: Fri Feb 25 18:00:57 2011 +0100
Normalize olsr_clock namespace
commit afbd291667717c5ebcf8c278785456db5f6d0356
Author: Henning Rogge <(spam-protected)>
Date: Fri Feb 25 17:54:00 2011 +0100
Move clock management functions to olsr_clock.[ch]
commit 4122bdaff29e2feae55489856cf915f6180636ba
Author: Henning Rogge <(spam-protected)>
Date: Fri Feb 25 17:45:04 2011 +0100
Rename olsr_time.[ch] to olsr_clock.[ch]
-----------------------------------------------------------------------
Summary of changes:
lib/bmf/src/PacketHistory.c | 6 +-
lib/httpinfo/src/olsrd_httpinfo.c | 4 +-
lib/nameservice/src/nameservice.c | 2 +-
lib/nameservice/src/nameservice.h | 2 +-
lib/secure/src/olsrd_secure.c | 14 +-
lib/txtinfo/src/olsrd_txtinfo.c | 8 +-
src/duplicate_set.c | 2 +-
src/duplicate_set.h | 2 +-
src/interfaces.c | 4 +-
src/interfaces.h | 2 +-
src/link_set.c | 6 +-
src/link_set.h | 2 +-
src/lq_packet.c | 2 +-
src/lq_packet.h | 6 +-
src/main.c | 3 +
src/neighbor_table.h | 2 +-
src/olsr.c | 2 +-
src/olsr_cfg.c | 28 ++--
src/olsr_cfg_gen.c | 12 +-
src/olsr_clock.c | 302 +++++++++++++++++++++++++++++++++++++
src/{olsr_time.h => olsr_clock.h} | 29 +++-
src/olsr_socket.c | 8 +-
src/olsr_time.c | 190 -----------------------
src/olsr_timer.c | 121 +--------------
src/olsr_timer.h | 15 +--
src/parser.c | 2 +-
src/tc_set.c | 2 +-
src/unix/ifnet.c | 2 +-
src/win32/ifnet.c | 2 +-
29 files changed, 398 insertions(+), 384 deletions(-)
create mode 100644 src/olsr_clock.c
rename src/{olsr_time.h => olsr_clock.h} (74%)
delete mode 100644 src/olsr_time.c
hooks/post-receive
--
OLSR.org main repository
More information about the Olsr-commit
mailing list