From: ian Date: Sat, 17 May 2008 23:59:10 +0000 (+0000) Subject: new seg->motion_newplan in anticipation of ability to replan X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=d606d90dc6a551921b4ce19356f8f73bf9e1cfcb;p=trains.git new seg->motion_newplan in anticipation of ability to replan --- diff --git a/hostside/safety.h b/hostside/safety.h index c286697..2f29077 100644 --- a/hostside/safety.h +++ b/hostside/safety.h @@ -75,7 +75,8 @@ struct Segment { res_detect:1; /* detection noticed here during resolution */ MovPosComb movposcomb; /* -1 means not known or moving */ MovPosChange *motion; /* if ->moving, owned by movpos, otherwise by safety */ - TimeInterval until; /* for use by safety.c */ + TimeInterval until; /* } for use by safety.c */ + MovPosChange *motion_newplan; /* } during predict */ const SegmentInfo *i; };