[Olsr-commit] OLSR.org main repository branch, stable, updated. OLSRD_0_6_2-293-g638a02d
(spam-protected)
(spam-protected)
Tue Apr 17 14:30:53 CEST 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-293-g638a02d
for a web version of the last commit.
The branch, stable has been updated
via 638a02d62a84c451cd71cc2fd7cc94b2519a1a85 (commit)
via 98785f259695b02f43407508b1b17f7f0ce4ab85 (commit)
via 36a4c5f5a5c335b8ed82a3d30bad01c27b0bc8e1 (commit)
via a14dbcba5dadf219346b56813e018a91b43d152d (commit)
via 8a7d160489f14a722eec23ef8f8479e8f1bfca70 (commit)
from 724c40cfd552958d97bb21d3f3f90e08eef936a2 (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 638a02d62a84c451cd71cc2fd7cc94b2519a1a85
Author: Ferry Huberts <(spam-protected)>
Date: Tue Apr 17 12:31:02 2012 +0200
PUD: update configuration file
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 98785f259695b02f43407508b1b17f7f0ce4ab85
Author: Ferry Huberts <(spam-protected)>
Date: Fri Apr 13 14:43:30 2012 +0200
PUD: add positionFile plugin parameter
You can now define a (GPS) position in a file and let the PUD
plugin read the file on startup to determine its position.
This is useful for nodes with a fixed position.
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 36a4c5f5a5c335b8ed82a3d30bad01c27b0bc8e1
Author: Ferry Huberts <(spam-protected)>
Date: Thu Apr 12 15:39:07 2012 +0200
PUD: add some includes
To appease eclipse.
Signed-off-by: Ferry Huberts <(spam-protected)>
commit a14dbcba5dadf219346b56813e018a91b43d152d
Author: Ferry Huberts <(spam-protected)>
Date: Tue Apr 17 14:40:31 2012 +0200
Revert "PUD: packetReceivedFromOlsr should be unregistered on stop"
This reverts commit 9b434d5d4aaefbccca0a31dffd3545955b31b518.
It introduces a segfault and it appears that nobody else calls
the olsr_parser_remove_function function.
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 8a7d160489f14a722eec23ef8f8479e8f1bfca70
Author: Ferry Huberts <(spam-protected)>
Date: Fri Apr 13 14:48:22 2012 +0200
Makefile: sort pud position in global makefile
To ensure the list is in sorted order again.
Signed-off-by: Ferry Huberts <(spam-protected)>
-----------------------------------------------------------------------
Summary of changes:
Makefile | 20 ++--
lib/pud/Makefile | 7 +-
lib/pud/doc/olsrd.conf.default.pud | 66 ++++++++--
lib/pud/resources/olsrd.pud.position.conf | 51 +++++++
lib/pud/src/configuration.c | 68 +++++++++-
lib/pud/src/configuration.h | 12 ++
lib/pud/src/posFile.c | 217 +++++++++++++++++++++++++++++
lib/pud/src/posFile.h | 67 +++++++++
lib/pud/src/pud.c | 1 -
lib/pud/src/pudOlsrdPlugin.h | 1 +
lib/pud/src/receiver.c | 8 +-
11 files changed, 493 insertions(+), 25 deletions(-)
create mode 100644 lib/pud/resources/olsrd.pud.position.conf
create mode 100644 lib/pud/src/posFile.c
create mode 100644 lib/pud/src/posFile.h
hooks/post-receive
--
OLSR.org main repository
More information about the Olsr-commit
mailing list