From: Ferry Huberts Date: Tue, 31 Jan 2012 07:30:08 +0000 (+0100) Subject: PUD: update a comment X-Git-Tag: OLSRD_0_6_3~143^2~106 X-Git-Url: http://olsr.org/git/?p=olsrd.git;a=commitdiff_plain;h=f8dd3a5e45fc8dd576e845daf4363e45f9da291e PUD: update a comment Signed-off-by: Ferry Huberts --- diff --git a/lib/pud/src/receiver.c b/lib/pud/src/receiver.c index 7ce2339d..33c0742e 100644 --- a/lib/pud/src/receiver.c +++ b/lib/pud/src/receiver.c @@ -395,8 +395,8 @@ static void detemineMoving(PositionUpdateEntry * avg, * Validity * * avg last movingNow - * 0 0 UNKNOWN : can't determine whether we're moving - * 0 1 UNKNOWN : can't determine whether we're moving + * 0 0 STATIONARY : can't determine whether we're moving, force STATIONARY + * 0 1 STATIONARY : can't determine whether we're moving, force STATIONARY * 1 0 MOVING : always seen as movement * 1 1 determine via other parameters */