[Olsr-commit] OLSR.org main repository branch, pud, updated. OLSRD_0_6_2-239-gd82fd5a
(spam-protected)
(spam-protected)
Tue Mar 6 13:56:35 CET 2012
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=commitdiff;h=OLSRD_0_6_2-239-gd82fd5a
for a web version of the last commit.
The branch, pud has been updated
via d82fd5a34ecbe8758dd62d01a53cf9f732ce9027 (commit)
via 494976a9fd70fc6cc1f9917a7305d7a1438cb761 (commit)
via 553566bd7513761ec25145f800773fcbdb46d211 (commit)
via 9d4ece2ca5f530cf470434aa06e57b1019ed9701 (commit)
via 13382355d447c1c94402c144ba106a00f8ef1b04 (commit)
from 444abdce92a369d859928f9c3336964b46fecb63 (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 d82fd5a34ecbe8758dd62d01a53cf9f732ce9027
Author: Ferry Huberts <(spam-protected)>
Date: Tue Mar 6 14:16:19 2012 +0100
PUD: replace some memcpy's by simple assignments
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 494976a9fd70fc6cc1f9917a7305d7a1438cb761
Author: Ferry Huberts <(spam-protected)>
Date: Tue Mar 6 13:34:05 2012 +0100
PUD: add forgotten check for deduplication use in downlink path
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 553566bd7513761ec25145f800773fcbdb46d211
Author: Ferry Huberts <(spam-protected)>
Date: Tue Mar 6 12:52:15 2012 +0100
PUD: remove unneeded mutex on the position average list
The list is only accesses from a single place
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 9d4ece2ca5f530cf470434aa06e57b1019ed9701
Author: Ferry Huberts <(spam-protected)>
Date: Tue Mar 6 12:44:01 2012 +0100
PUD: move a dump outside of a critical section
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 13382355d447c1c94402c144ba106a00f8ef1b04
Author: Ferry Huberts <(spam-protected)>
Date: Tue Mar 6 12:43:26 2012 +0100
PUD: do not keep shadow copies of txPosition and txGateway
Before, txPosition and txGateway were kept as shadow copies
to avoid lock contention. Since this contention is
extremely unlikely (and when it happens very short-lived)
we just take the hit and reduce complexity by not keeping
the shadow copies.
Signed-off-by: Ferry Huberts <(spam-protected)>
-----------------------------------------------------------------------
Summary of changes:
lib/pud/src/configuration.c | 3 +-
lib/pud/src/dedup.c | 6 +---
lib/pud/src/gpsConversion.c | 6 +---
lib/pud/src/posAvg.c | 31 +--------------------------
lib/pud/src/posAvg.h | 2 -
lib/pud/src/pud.c | 8 ++++++-
lib/pud/src/receiver.c | 49 +++++++++++++-----------------------------
7 files changed, 28 insertions(+), 77 deletions(-)
hooks/post-receive
--
OLSR.org main repository
More information about the Olsr-commit
mailing list